mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
530 B
Plaintext
14 lines
530 B
Plaintext
$NetBSD: patch-ab,v 1.2 2013/06/15 20:24:19 adam Exp $
|
|
|
|
--- scapy/arch/unix.py.orig 2009-02-01 22:30:20 +0200
|
|
+++ scapy/arch/unix.py 2009-06-09 14:33:21 +0300
|
|
@@ -163,7 +163,7 @@ def read_routes6():
|
|
lspl = l.split()
|
|
d,nh,fl = lspl[:3]
|
|
dev = lspl[5+mtu_present+prio_present]
|
|
- else: # FREEBSD or DARWIN
|
|
+ else: # FREEBSD or DARWIN or DRAGONFLY
|
|
d,nh,fl,dev = l.split()[:4]
|
|
if filter(lambda x: x[2] == dev, lifaddr) == []:
|
|
continue
|