Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140135438
D11917.id31722.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
569 B
Referenced Files
None
Subscribers
None
D11917.id31722.diff
View Options
Index: tests/sys/netinet/fibs_test.sh
===================================================================
--- tests/sys/netinet/fibs_test.sh
+++ tests/sys/netinet/fibs_test.sh
@@ -766,6 +766,12 @@
{
local EPAIRD
+ if (which pfctl && pfctl -s info | grep -q 'Status: Enabled') ||
+ [ `sysctl -n net.inet.ip.fw.enable` = "1" ] ||
+ (which ipf && ipf -V); then
+ atf_skip "firewalls interfere with this test"
+ fi
+
if EPAIRD=`ifconfig epair create`; then
# Record the epair device so we can clean it up later
echo ${EPAIRD} >> "ifaces_to_cleanup"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 5:25 PM (11 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27116925
Default Alt Text
D11917.id31722.diff (569 B)
Attached To
Mode
D11917: tests/sys/netinet/fibs_test: skip select tests when firewalls are enabled
Attached
Detach File
Event Timeline
Log In to Comment