Lines Matching +full:two +full:- +full:user

2 # SPDX-License-Identifier: BSD-2-Clause
33 atf_set require.user root
39 if ! kldstat -q -m if_gif; then
51 vnet_mkjail two ${epair}b
52 jexec two ifconfig ${epair}b 192.0.2.2/24 up
53 gtwo=$(jexec two ifconfig gif create)
54 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1
55 jexec two ifconfig $gtwo inet 198.51.100.2/24 198.51.100.1 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
77 atf_set require.user root
83 if ! kldstat -q -m if_gif; then
95 vnet_mkjail two ${epair}b
96 jexec two ifconfig ${epair}b 192.0.2.2/24 up
97 gtwo=$(jexec two ifconfig gif create)
98 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1
99 jexec two ifconfig $gtwo inet6 no_dad 2001:db8:1::2/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
121 atf_set require.user root
127 if ! kldstat -q -m if_gif; then
139 vnet_mkjail two ${epair}b
140 jexec two ifconfig ${epair}b inet6 no_dad 2001:db8::2/64 up
141 gtwo=$(jexec two ifconfig gif create)
142 jexec two ifconfig $gtwo inet6 tunnel 2001:db8::2 2001:db8::1
143 jexec two ifconfig $gtwo inet 198.51.100.2/24 198.51.100.1 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
165 atf_set require.user root
171 if ! kldstat -q -m if_gif; then
183 vnet_mkjail two ${epair}b
184 jexec two ifconfig ${epair}b inet6 no_dad 2001:db8::2/64 up
185 gtwo=$(jexec two ifconfig gif create)
186 jexec two ifconfig $gtwo inet6 tunnel 2001:db8::2 2001:db8::1
187 jexec two ifconfig $gtwo inet6 no_dad 2001:db8:1::2/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
209 atf_set require.user root
217 if ! kldstat -q -m if_gif; then
235 vnet_mkjail two ${epair}b
236 gtwo=$(jexec two ifconfig gif create)
237 jexec two ifconfig ${epair}b 192.0.2.2/24 up
238 jexec two ifconfig $gtwo tunnel 192.0.2.2 192.0.2.1
239 jexec two ifconfig $gtwo 198.51.100.2/24 198.51.100.1 up
240 jexec two ifconfig $gtwo inet6 no_dad 2001:db8:1::2/64
242 btwo=$(jexec two ifconfig bridge create)
243 jexec two ifconfig $btwo addm $gtwo
244 jexec two ifconfig $btwo 192.168.169.254/24 up
245 jexec two ifconfig $btwo inet6 no_dad 2001:db8:2::2/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
285 atf_set require.user root
293 if ! kldstat -q -m if_gif; then
311 vnet_mkjail two ${epair}b
312 gtwo=$(jexec two ifconfig gif create)
313 jexec two ifconfig ${epair}b inet6 no_dad 2001:db8::2/64 up
314 jexec two ifconfig $gtwo inet6 tunnel 2001:db8::2 2001:db8::1
315 jexec two ifconfig $gtwo 198.51.100.2/24 198.51.100.1 up
316 jexec two ifconfig $gtwo inet6 no_dad 2001:db8:1::2/64
318 btwo=$(jexec two ifconfig bridge create)
319 jexec two ifconfig $btwo addm $gtwo
320 jexec two ifconfig $btwo 192.168.169.254/24 up
321 jexec two ifconfig $btwo inet6 no_dad 2001:db8:2::2/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