Check if IPv6 supported before running the test, skip otherwise.

Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
This commit is contained in:
br 2016-09-23 07:51:01 +00:00
parent 7169d20b74
commit 4541cd5240

View File

@ -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 \