Lines Matching +full:two +full:-

2 # SPDX-License-Identifier: BSD-2-Clause
39 if ! kldstat -q -m if_stf; then
42 if ! kldstat -q -m if_gif; then
55 jexec relay route -6 add default -interface $gif
62 jexec client route -6 add default 2002:c000:0201::1
65 atf_check -s exit:0 -o ignore \
66 jexec client ping -c 1 192.0.2.1
68 atf_check -s exit:0 -o ignore \
69 jexec client ping6 -c 1 2002:c000:0201::1
72 atf_check -s exit:0 -o ignore \
73 jexec client ping6 -c 1 2001:db8::1
92 if ! kldstat -q -m if_stf; then
95 if ! kldstat -q -m if_gif; then
108 jexec br route -6 add default -interface $gif
115 atf_check -s exit:0 -o ignore \
116 jexec client ping -c 1 192.0.2.1
123 jexec client route -6 add default -interface $stf
125 atf_check -s exit:0 -o ignore \
126 jexec client ping6 -c 1 2001:db9::1
145 if ! kldstat -q -m if_stf; then
158 jexec one route -6 add default -interface $stf_one
160 vnet_mkjail two ${epair}b
161 jexec two ifconfig lo0 up
162 jexec two ifconfig ${epair}b 192.0.2.2/24 up
163 stf_two=$(jexec two ifconfig stf create)
164 jexec two ifconfig $stf_two stfv4br 192.0.2.3
165 jexec two ifconfig $stf_two stfv4net 192.0.2.2/32
166 jexec two ifconfig $stf_two inet6 2001:db8:c000:0202::1/32 up
167 jexec two route -6 add default -interface $stf_two
170 atf_check -s exit:0 -o ignore \
171 jexec one ping -c 1 192.0.2.2
174 atf_check -s exit:0 -o ignore \
175 jexec one ping6 -c 1 2001:db8:c000:0202::1
176 atf_check -s exit:0 -o ignore \
177 jexec two ping6 -c 1 2001:db8:c000:0201::1
183 jexec two ifconfig $stf_two inet6 2001:db8:c000:0202::1 delete
184 jexec two ifconfig $stf_two inet6 2001:0202::1/16
185 jexec two ifconfig $stf_two stfv4net 192.0.2.2/16
187 atf_check -s exit:0 -o ignore \
188 jexec one ping6 -c 1 2001:0202::1
189 atf_check -s exit:0 -o ignore \
190 jexec two ping6 -c 1 2001:0201::1