Page MenuHomeFreeBSD

D31744.id94420.diff
No OneTemporary

D31744.id94420.diff

Index: tests/sys/netpfil/pf/ether.sh
===================================================================
--- tests/sys/netpfil/pf/ether.sh
+++ tests/sys/netpfil/pf/ether.sh
@@ -75,6 +75,15 @@
pft_set_rules alcatraz \
"ether block on ${epair}a from ${epair_a_mac}"
atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
+
+ # Test negation
+ pft_set_rules alcatraz \
+ "ether block in on ${epair}b from ! ${epair_a_mac}"
+ atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
+
+ pft_set_rules alcatraz \
+ "ether block out on ${epair}b to ! ${epair_a_mac}"
+ atf_check -s exit:0 -o ignore ping -c 1 -t 1 192.0.2.2
}
mac_cleanup()

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 22, 5:54 AM (2 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35350012
Default Alt Text
D31744.id94420.diff (645 B)

Event Timeline