Page MenuHomeFreeBSD

D11917.id31760.diff
No OneTemporary

D11917.id31760.diff

Index: head/tests/sys/netinet/fibs_test.sh
===================================================================
--- head/tests/sys/netinet/fibs_test.sh
+++ head/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

Mime Type
text/plain
Expires
Mon, Feb 9, 1:20 PM (12 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28583157
Default Alt Text
D11917.id31760.diff (584 B)

Event Timeline