Lines Matching full:forwarding
53 atf_set "descr" "Does IPv4 forwarding tests"
59 atf_set "descr" "Does IPv6 forwarding tests"
77 atf_set "descr" "Does IPv4 forwarding tests"
146 rump.sysctl net.inet6.ip6.forwarding
148 rump.sysctl net.inet.ip.forwarding
218 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=1
224 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=1
242 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=0
248 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=0
272 atf_check -s exit:0 -o match:"net.inet.ip.forwarding = 1" \
273 rump.sysctl net.inet.ip.forwarding
278 atf_check -s exit:0 -o match:"net.inet6.ip6.forwarding = 1" \
279 rump.sysctl net.inet6.ip6.forwarding
285 atf_check -s exit:0 -o match:"net.inet.ip.forwarding = 0" \
286 rump.sysctl net.inet.ip.forwarding
291 atf_check -s exit:0 -o match:"net.inet6.ip6.forwarding = 0" \
292 rump.sysctl net.inet6.ip6.forwarding