Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110108130
D48945.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
623 B
Referenced Files
None
Subscribers
None
D48945.diff
View Options
diff --git a/tests/sys/netinet/igmp.py b/tests/sys/netinet/igmp.py
--- a/tests/sys/netinet/igmp.py
+++ b/tests/sys/netinet/igmp.py
@@ -36,7 +36,6 @@
curdir = os.path.dirname(os.path.realpath(__file__))
netpfil_common = curdir + "/../netpfil/common"
sys.path.append(netpfil_common)
-from sniffer import Sniffer
sc = None
sp = None
@@ -87,6 +86,7 @@
if1 = self.vnet.iface_alias_map["if1"]
# Start a background sniff
+ from sniffer import Sniffer
expected_pkt = { "type": "join", "group": "230.0.0.1" }
sniffer = Sniffer(expected_pkt, check_igmpv3, if1.name, timeout=10)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 5:33 PM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16615147
Default Alt Text
D48945.diff (623 B)
Attached To
Mode
D48945: netinet tests: Move import
Attached
Detach File
Event Timeline
Log In to Comment