Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147203413
D51408.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
584 B
Referenced Files
None
Subscribers
None
D51408.diff
View Options
diff --git a/tests/sys/netpfil/pf/mbuf.sh b/tests/sys/netpfil/pf/mbuf.sh
--- a/tests/sys/netpfil/pf/mbuf.sh
+++ b/tests/sys/netpfil/pf/mbuf.sh
@@ -105,6 +105,12 @@
epair=$(vnet_mkepair)
ifconfig ${epair}a inet6 2001:db8::1/64 up no_dad
+ # Ensure we don't unintentionally send MLD packets to alcatraz
+ pfctl -e
+ echo "block
+ pass out inet6 proto icmp6 icmp6-type { neighbrsol, neighbradv, echoreq, echorep }
+ " | pfctl -g -f -
+
# Set up a simple jail with one interface
vnet_mkjail alcatraz ${epair}b
jexec alcatraz ifconfig ${epair}b inet6 2001:db8::2/64 up no_dad
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 10, 2:26 AM (2 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29469880
Default Alt Text
D51408.diff (584 B)
Attached To
Mode
D51408: pf tests: make mbuf:inet6_in_mbuf_len more robust
Attached
Detach File
Event Timeline
Log In to Comment