Lines Matching refs:inet6
185 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0
186 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_local/64
188 rump.route -n add -inet6 -net $subnet_remote/64 $ip_gw_local
191 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0
192 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_gw_local/64
193 atf_check -s exit:0 rump.ifconfig shmif1 inet6 $ip_gw_local_tunnel/64
194 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
196 rump.route -n add -inet6 -net $subnet_remote/64 $ip_gw_remote_tunnel
199 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0
200 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_gw_remote/64
201 atf_check -s exit:0 rump.ifconfig shmif1 inet6 $ip_gw_remote_tunnel/64
202 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
204 rump.route -n add -inet6 -net $subnet_local/64 $ip_gw_local_tunnel
207 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.dad_count=0
208 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip_remote
210 rump.route -n add -inet6 -net $subnet_local/64 $ip_gw_remote