Lines Matching +full:one +full:- +full:to +full:- +full:one

2 # SPDX-License-Identifier: BSD-2-Clause
16 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
39 if ! kldstat -q -m if_gif; then
45 vnet_mkjail one ${epair}a
46 jexec one ifconfig ${epair}a 192.0.2.1/24 up
47 gone=$(jexec one ifconfig gif create)
48 jexec one ifconfig $gone tunnel 192.0.2.1 192.0.2.2
49 jexec one ifconfig $gone inet 198.51.100.1/24 198.51.100.2 up
58 atf_check -s exit:0 -o ignore \
59 jexec one ping -c 1 192.0.2.2
62 atf_check -s exit:0 -o ignore \
63 jexec one ping -c 1 198.51.100.2
64 atf_check -s exit:0 -o ignore \
65 jexec two ping -c 1 198.51.100.1
83 if ! kldstat -q -m if_gif; then
89 vnet_mkjail one ${epair}a
90 jexec one ifconfig ${epair}a 192.0.2.1/24 up
91 gone=$(jexec one ifconfig gif create)
92 jexec one ifconfig $gone tunnel 192.0.2.1 192.0.2.2
93 jexec one ifconfig $gone inet6 no_dad 2001:db8:1::1/64 up
102 atf_check -s exit:0 -o ignore \
103 jexec one ping -c 1 192.0.2.2
106 atf_check -s exit:0 -o ignore \
107 jexec one ping -6 -c 1 2001:db8:1::2
108 atf_check -s exit:0 -o ignore \
109 jexec two ping -6 -c 1 2001:db8:1::1
127 if ! kldstat -q -m if_gif; then
133 vnet_mkjail one ${epair}a
134 jexec one ifconfig ${epair}a inet6 no_dad 2001:db8::1/64 up
135 gone=$(jexec one ifconfig gif create)
136 jexec one ifconfig $gone inet6 tunnel 2001:db8::1 2001:db8::2
137 jexec one ifconfig $gone inet 198.51.100.1/24 198.51.100.2 up
146 atf_check -s exit:0 -o ignore \
147 jexec one ping -6 -c 1 2001:db8::2
150 atf_check -s exit:0 -o ignore \
151 jexec one ping -c 1 198.51.100.2
152 atf_check -s exit:0 -o ignore \
153 jexec two ping -c 1 198.51.100.1
171 if ! kldstat -q -m if_gif; then
177 vnet_mkjail one ${epair}a
178 jexec one ifconfig ${epair}a inet6 no_dad 2001:db8::1/64 up
179 gone=$(jexec one ifconfig gif create)
180 jexec one ifconfig $gone inet6 tunnel 2001:db8::1 2001:db8::2
181 jexec one ifconfig $gone inet6 no_dad 2001:db8:1::1/64 up
190 atf_check -s exit:0 -o ignore \
191 jexec one ping -6 -c 1 2001:db8::2
194 atf_check -s exit:0 -o ignore \
195 jexec one ping -6 -c 1 2001:db8:1::2
196 atf_check -s exit:0 -o ignore \
197 jexec two ping -6 -c 1 2001:db8:1::1
217 if ! kldstat -q -m if_gif; then
223 vnet_mkjail one ${epair}a
224 gone=$(jexec one ifconfig gif create)
225 jexec one ifconfig ${epair}a 192.0.2.1/24 up
226 jexec one ifconfig $gone tunnel 192.0.2.1 192.0.2.2
227 jexec one ifconfig $gone 198.51.100.1/24 198.51.100.2 up
228 jexec one ifconfig $gone inet6 no_dad 2001:db8:1::1/64
230 bone=$(jexec one ifconfig bridge create)
231 jexec one ifconfig $bone addm $gone
232 jexec one ifconfig $bone 192.168.169.253/24 up
233 jexec one ifconfig $bone inet6 no_dad 2001:db8:2::1/64
248 atf_check -s exit:0 -o ignore \
249 jexec one ping -c 1 192.0.2.2
252 atf_check -s exit:0 -o ignore \
253 jexec one ping -c 1 192.168.169.254
254 atf_check -s exit:0 -o ignore \
255 jexec one ping -6 -c 1 2001:db8:2::2
256 atf_check -s exit:0 -o ignore \
257 jexec two ping -c 1 192.168.169.253
258 atf_check -s exit:0 -o ignore \
259 jexec two ping -6 -c 1 2001:db8:2::1
264 atf_check -s exit:0 -o ignore \
265 jexec one ping -c 1 198.51.100.2
266 atf_check -s exit:0 -o ignore \
267 jexec two ping -c 1 198.51.100.1
270 atf_check -s exit:0 -o ignore \
271 jexec one ping -6 -c 1 2001:db8:1::2
272 atf_check -s exit:0 -o ignore \
273 jexec two ping -6 -c 1 2001:db8:1::1
293 if ! kldstat -q -m if_gif; then
299 vnet_mkjail one ${epair}a
300 gone=$(jexec one ifconfig gif create)
301 jexec one ifconfig ${epair}a inet6 no_dad 2001:db8::1/64 up
302 jexec one ifconfig $gone inet6 tunnel 2001:db8::1 2001:db8::2
303 jexec one ifconfig $gone 198.51.100.1/24 198.51.100.2 up
304 jexec one ifconfig $gone inet6 no_dad 2001:db8:1::1/64
306 bone=$(jexec one ifconfig bridge create)
307 jexec one ifconfig $bone addm $gone
308 jexec one ifconfig $bone 192.168.169.253/24 up
309 jexec one ifconfig $bone inet6 no_dad 2001:db8:2::1/64
324 atf_check -s exit:0 -o ignore \
325 jexec one ping -6 -c 1 2001:db8::2
328 atf_check -s exit:0 -o ignore \
329 jexec one ping -c 1 192.168.169.254
330 atf_check -s exit:0 -o ignore \
331 jexec one ping -6 -c 1 2001:db8:2::2
332 atf_check -s exit:0 -o ignore \
333 jexec two ping -c 1 192.168.169.253
334 atf_check -s exit:0 -o ignore \
335 jexec two ping -6 -c 1 2001:db8:2::1
340 atf_check -s exit:0 -o ignore \
341 jexec one ping -c 1 198.51.100.2
342 atf_check -s exit:0 -o ignore \
343 jexec two ping -c 1 198.51.100.1
346 atf_check -s exit:0 -o ignore \
347 jexec one ping -6 -c 1 2001:db8:1::2
348 atf_check -s exit:0 -o ignore \
349 jexec two ping -6 -c 1 2001:db8:1::1