Page MenuHomeFreeBSD

D35258.diff
No OneTemporary

D35258.diff

diff --git a/tests/sys/netpfil/pf/ether.sh b/tests/sys/netpfil/pf/ether.sh
--- a/tests/sys/netpfil/pf/ether.sh
+++ b/tests/sys/netpfil/pf/ether.sh
@@ -427,6 +427,13 @@
# We should now be hitting the limits and get this packet dropped.
atf_check -s exit:2 -o ignore ping -c 1 -s 1200 192.0.2.2
+
+ # We can now also dummynet outbound traffic!
+ pft_set_rules alcatraz \
+ "ether pass out dnpipe 1"
+
+ # We should still be hitting the limits and get this packet dropped.
+ atf_check -s exit:2 -o ignore ping -c 1 -s 1200 192.0.2.2
}
dummynet_cleanup()

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 20, 7:14 AM (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27093365
Default Alt Text
D35258.diff (563 B)

Event Timeline