Lines Matching refs:ifconfig

52 	ifconfig $TAP0 up
53 ifconfig $TAP1 up
54 atf_check ifconfig $LAGG up laggport $TAP0 laggport $TAP1 \
56 atf_check -o match:"inet ${ADDR}" ifconfig $LAGG
57 atf_check -o match:"laggport: ${TAP0}" ifconfig $LAGG
58 atf_check -o match:"laggport: ${TAP1}" ifconfig $LAGG
61 MAC=`ifconfig $LAGG | awk '/ether/ {print $2}'`
62 atf_check -o match:"ether ${MAC}" ifconfig $TAP0
63 atf_check -o match:"ether ${MAC}" ifconfig $TAP1
68 atf_check -o not-match:"inet6 fe80:" ifconfig $TAP0
69 atf_check -o not-match:"inet6 fe80:" ifconfig $TAP1
97 ifconfig $TAP0 inet6 ifdisabled up
98 ifconfig $TAP1 inet6 ifdisabled up
99 ifconfig $TAP2 inet6 ifdisabled up
100 ifconfig $TAP3 inet6 ifdisabled up
104 ifconfig $LAGG destroy 2>&1
105 ifconfig $LAGG create 2>/dev/null
106 ifconfig $LAGG inet6 ifdisabled
107 ifconfig $LAGG up laggport $TAP0 laggport $TAP1 laggport $TAP2\
115 ifconfig -am 2> /dev/null > /dev/null
148 ifconfig $TAP0 inet6 ifdisabled up
149 ifconfig $TAP1 inet6 ifdisabled up
150 ifconfig $TAP2 inet6 ifdisabled up
151 ifconfig $TAP3 inet6 ifdisabled up
155 ifconfig $LAGG create 2>/dev/null && \
162 ifconfig $LAGG destroy 2>/dev/null && \
209 ifconfig $TAP0 inet6 ifdisabled up
210 ifconfig $TAP1 inet6 ifdisabled up
214 ifconfig $LAGG inet6 ifdisabled
220 ifconfig $LAGG up laggport $TAP0 laggport $TAP1 \
227 ifconfig $LAGG destroy &&
230 ifconfig $LAGG create
270 ifconfig $TAP0 inet6 ifdisabled up
271 ifconfig $TAP1 inet6 ifdisabled up
272 ifconfig $TAP2 inet6 ifdisabled up
273 ifconfig $TAP3 inet6 ifdisabled up
277 ifconfig $LAGG inet6 ifdisabled
279 ifconfig $LAGG up laggport $TAP0 laggport $TAP1 \
284 ifconfig $LAGG destroy &&
287 ifconfig $LAGG create
321 ifconfig $TAP0 up
322 ifconfig $TAP1 up
323 atf_check ifconfig $LAGG up laggport $TAP0 laggport $TAP1 \
327 atf_check ifconfig $LAGG ether ${MAC}
330 atf_check -o match:"ether ${MAC}" ifconfig $LAGG
331 atf_check -o match:"ether ${MAC}" ifconfig $TAP0
332 atf_check -o match:"ether ${MAC}" ifconfig $TAP1
359 ifconfig $TAP0 up
360 ifconfig $TAP1 up
361 atf_check ifconfig $LAGG up laggport $TAP0 laggport $TAP1 \
365 ifconfig $LAGG down
366 atf_check -o not-match:"flags=.*\<UP\>" ifconfig $LAGG
367 atf_check -o not-match:"flags=.*\<UP\>" ifconfig $TAP0
368 atf_check -o not-match:"flags=.*\<UP\>" ifconfig $TAP1
370 ifconfig $LAGG up
371 atf_check -o match:"flags=.*\<UP\>" ifconfig $LAGG
372 atf_check -o match:"flags=.*\<UP\>" ifconfig $TAP0
373 atf_check -o match:"flags=.*\<UP\>" ifconfig $TAP1
378 atf_check -o not-match:"inet6 fe80:" ifconfig $TAP0
379 atf_check -o not-match:"inet6 fe80:" ifconfig $TAP1
425 while ! ifconfig tap${TAPN} create > /dev/null 2>&1; do
442 while ! ifconfig lagg${LAGGN} create > /dev/null 2>&1; do
460 ifconfig ${DEV} destroy