aboutsummaryrefslogtreecommitdiff
path: root/tests/etc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/etc')
-rwxr-xr-xtests/etc/rc.d/routing_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/etc/rc.d/routing_test.sh b/tests/etc/rc.d/routing_test.sh
index 4fd6754192b0..f1510cbf1730 100755
--- a/tests/etc/rc.d/routing_test.sh
+++ b/tests/etc/rc.d/routing_test.sh
@@ -58,6 +58,10 @@ static_ipv6_loopback_route_for_each_fib_body()
local nfibs fib
nfibs=`sysctl -n net.fibs`
+ if [ "`sysctl -in kern.features.inet6`" != "1" ]; then
+ atf_skip "This test requires IPv6 support"
+ fi
+
# Check for an IPv6 loopback route
for fib in `seq 0 $((${nfibs} - 1))`; do
atf_check -o match:"interface: lo0" -s exit:0 \