Lines Matching +full:route +full:- +full:up
2 # SPDX-License-Identifier: BSD-2-Clause
39 if ! kldstat -q -m if_stf; then
42 if ! kldstat -q -m if_gif; then
49 jexec relay ifconfig lo0 inet6 2001:db8::1/64 up
50 jexec relay ifconfig ${epair}a 192.0.2.1/24 up
53 jexec relay ifconfig $gif inet6 2002:c000:0201::1/64 up
55 jexec relay route -6 add default -interface $gif
58 jexec client ifconfig lo0 up
59 jexec client ifconfig ${epair}b 192.0.2.2/24 up
61 jexec client ifconfig $stf inet6 2002:c000:0202::1/32 up
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
101 jexec br ifconfig ${epair}a 192.0.2.1/24 up
105 jexec br ifconfig lo0 inet6 2001:db9::1/64 up
106 jexec br ifconfig $gif inet6 2001:db8::/64 up
108 jexec br route -6 add default -interface $gif
111 jexec client ifconfig lo0 up
112 jexec client ifconfig ${epair}b 192.0.2.2/24 up
115 atf_check -s exit:0 -o ignore \
116 jexec client ping -c 1 192.0.2.1
122 jexec client ifconfig $stf inet6 2001:db8:c000:0202::1/32 up
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
152 jexec one ifconfig lo0 up
153 jexec one ifconfig ${epair}a 192.0.2.1/24 up
157 jexec one ifconfig $stf_one inet6 2001:db8:c000:0201::1/32 up
158 jexec one route -6 add default -interface $stf_one
161 jexec two ifconfig lo0 up
162 jexec two ifconfig ${epair}b 192.0.2.2/24 up
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
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