Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106151999
D47175.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
D47175.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
@@ -119,6 +119,11 @@
"pass quick inet6 proto icmp6 icmp6-type { neighbrsol, neighbradv }"
atf_check -s not-exit:0 -o ignore ping -c1 -t1 2001:db8::2
+ # Avoid redundant ICMPv6 packets to avoid false positives during
+ # counting of net.dummymbuf.hits.
+ ndp -i ${epair}a -- -nud
+ jexec alcatraz ndp -i ${epair}b -- -nud
+
# Should be allowed by from/to addresses
pft_set_rules alcatraz \
"block" \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 6:16 AM (3 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14265713
Default Alt Text
D47175.diff (557 B)
Attached To
Mode
D47175: pf tests: Lower chances of false positives for mbuf:inet6_in_mbuf_len
Attached
Detach File
Event Timeline
Log In to Comment