Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109959217
D40393.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
867 B
Referenced Files
None
Subscribers
None
D40393.diff
View Options
diff --git a/tests/sys/netpfil/common/dummynet.sh b/tests/sys/netpfil/common/dummynet.sh
--- a/tests/sys/netpfil/common/dummynet.sh
+++ b/tests/sys/netpfil/common/dummynet.sh
@@ -55,7 +55,7 @@
"ipfw" \
"ipfw add 1000 pipe 1 ip from any to any" \
"pf" \
- "pass dnpipe 1"
+ "pass on ${epair}b dnpipe 1"
# single ping succeeds just fine
atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
@@ -102,7 +102,7 @@
"ipfw" \
"ipfw add 1000 pipe 1 ip from any to any" \
"pf" \
- "pass dnpipe 1"
+ "pass on ${epair}b dnpipe 1"
# single ping succeeds just fine
atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2
@@ -146,7 +146,7 @@
"ipfw" \
"ipfw add 1000 pipe 1 ip6 from any to any" \
"pf" \
- "pass dnpipe 1"
+ "pass on ${epair}b dnpipe 1"
# Single ping succeeds
atf_check -s exit:0 -o ignore ping6 -c 1 2001:db8:42::2
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 12, 6:18 PM (20 m, 32 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16614325
Default Alt Text
D40393.diff (867 B)
Attached To
Mode
D40393: pf: Fix tests broken by enabling inet-local filtering
Attached
Detach File
Event Timeline
Log In to Comment