Searched refs:net_fibs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/tests/etc/rc.d/
H A Drouting_test.sh91 net_fibs=`sysctl -n net.fibs`
98 if [ "$fib" -ge "$net_fibs" ]; then
100 msg="$msg not less than net.fibs (${net_fibs})"
/freebsd-10-stable/tests/sys/netinet/
H A Dfibs_test.sh433 net_fibs=`sysctl -n net.fibs`
440 if [ "$fib" -ge "$net_fibs" ]; then
441 atf_skip "The ${i}th configured fib is ${fib}, which is not less than net.fibs, which is ${net_fibs}"

Completed in 54 milliseconds