Lines Matching full:one
227 vnet_mkjail one ${bridge} ${epair}a
231 jexec one ifconfig ${bridge} up
232 jexec one ifconfig ${epair}a up
233 jexec one ifconfig ${bridge} addm ${epair}a
237 jexec one ifconfig ${bridge} static ${epair}b 00:01:02:03:04:05
241 jexec one ifconfig ${bridge} static ${epair}a 00:01:02:03:04
245 jexec one ifconfig ${bridge} static ${epair}a 00:01:02:03:04:05
250 jexec one ifconfig ${bridge} addr
254 jexec one ifconfig ${bridge} deladdr 00:01:02:03:04
258 jexec one ifconfig ${bridge} deladdr 00:01:02:03:04:06
262 jexec one ifconfig ${bridge} deladdr 00:01:02:03:04:05
285 vnet_mkjail one ${bridge} ${epair}a
289 jexec one ifconfig ${bridge} up
290 jexec one ifconfig ${epair}a up
291 jexec one ifconfig ${bridge} addm ${epair}a
294 atf_check -s exit:1 -o ignore -e ignore jexec one \
298 atf_check -s exit:1 -o ignore -e ignore jexec one \
302 atf_check -s exit:1 -o ignore -e ignore jexec one \
306 atf_check -s exit:0 -o ignore jexec one \
312 jexec one ifconfig ${bridge} addr
315 atf_check -s exit:1 -o ignore -e ignore jexec one \
319 atf_check -s exit:1 -o ignore -e ignore jexec one \
323 atf_check -s exit:1 -o ignore -e ignore jexec one \
327 atf_check -s exit:0 -o ignore jexec one \
353 vnet_mkjail one ${bridge} ${epair}a ${epair_span}a
358 jexec one ifconfig ${bridge} up
359 jexec one ifconfig ${epair}a up
360 jexec one ifconfig ${epair_span}a up
361 jexec one ifconfig ${bridge} addm ${epair}a
363 jexec one ifconfig ${bridge} span ${epair_span}a
364 jexec one ifconfig ${bridge} 192.0.2.1/24
367 jexec one ping -c 1 -t 1 192.0.2.2
376 jexec one ifconfig ${bridge} -span ${epair_span}a
471 vnet_mkjail one ${bridge} ${epair}a
473 jexec one sysctl net.link.bridge.inherit_mac=1
476 jexec one ifconfig ${bridge} 192.0.0.1/24 up
477 jexec one ifconfig ${bridge} addm ${epair}a
544 vnet_mkjail one ${epair}a
547 jexec one sysctl net.link.gif.max_nesting=2
550 jexec one ifconfig ${epair}a 192.0.2.1/24 up
554 gif_one=$(jexec one ifconfig gif create)
557 jexec one ifconfig ${gif_one} tunnel 192.0.2.1 192.0.2.2
558 jexec one ifconfig ${gif_one} up
562 bridge_one=$(jexec one ifconfig bridge create)
564 jexec one ifconfig ${bridge_one} 198.51.100.1/24 up
565 jexec one ifconfig ${bridge_one} addm ${gif_one}
571 jexec one ping -c 1 192.0.2.2
575 jexec one ping -c 1 198.51.100.2
577 jexec one ping -c 1 -s 1200 198.51.100.2
579 jexec one ping -c 1 -s 2000 198.51.100.2
582 jexec one ifconfig ${epair}a mtu 1000
586 jexec one ping -c 1 -s 1200 198.51.100.2
588 jexec one ping -c 1 -s 2000 198.51.100.2
591 jexec one sysctl net.link.bridge.member_ifaddrs=1
593 jexec one ifconfig ${gif_one} 192.168.0.224/24 192.168.169.254
595 jexec one ifconfig ${gif_one} inet6 no_dad 2001:db8::1/64
596 jexec one ifconfig ${bridge_one} deletem ${gif_one}
598 jexec one ifconfig ${bridge_one} addm ${gif_one}
715 vnet_mkjail one ${epaira}b
723 jexec one ifconfig ${epaira}b up
724 jexec one ifconfig ${epaira}b.${vid} create
731 jexec one ifconfig ${epaira}b ether 02:05:6e:06:28:1a
732 jexec one ifconfig ${epaira}b.${vid} ether 02:05:6e:06:28:1b
735 jexec one ifconfig ${epaira}b.${vid} 192.0.2.1/24 up
741 jexec one ifconfig
746 jexec one ping -c 1 -t 1 192.0.2.2
749 jexec one ifconfig ${epaira}b 192.0.2.1/24 up
756 jexec one ping -c 1 -t 1 192.0.2.2
807 vnet_mkjail one ${ep}b
808 jexec one sysctl net.link.bridge.member_ifaddrs=1
809 jexec one ifconfig ${ep}b inet 192.0.2.2/24 up
810 jexec one ifconfig bridge0 create addm ${ep}b
832 vnet_mkjail one
833 jexec one sysctl net.link.bridge.member_ifaddrs=0
835 bridge=$(jexec one ifconfig bridge create)
838 ep=$(jexec one ifconfig epair create)
839 jexec one ifconfig ${ep} 192.0.2.1/32
840 atf_check -s exit:1 -e ignore jexec one ifconfig ${bridge} addm ${ep}
843 ep=$(jexec one ifconfig epair create)
844 jexec one ifconfig ${ep} inet6 2001:db8::1/128
845 atf_check -s exit:1 -e ignore jexec one ifconfig ${bridge} addm ${ep}
848 ep=$(jexec one ifconfig epair create)
849 jexec one ifconfig ${ep} inet6 -ifdisabled auto_linklocal up
850 atf_check -s exit:1 -e ignore jexec one ifconfig ${bridge} addm ${ep}
853 ep=$(jexec one ifconfig epair create)
854 jexec one ifconfig ${bridge} addm ${ep}
855 atf_check -s exit:1 -e ignore jexec one ifconfig ${ep} inet 192.0.2.2/32
858 ep=$(jexec one ifconfig epair create)
859 jexec one ifconfig ${bridge} addm ${ep}
860 atf_check -s exit:1 -e ignore jexec one ifconfig ${ep} inet6 2001:db8::1/128
888 vnet_mkjail one ${epone}a
889 atf_check -s exit:0 jexec one ifconfig ${epone}a up
890 atf_check -s exit:0 jexec one \
909 atf_check -s exit:0 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
933 vnet_mkjail one ${epone}b
936 jexec one ifconfig ${epone}b 192.0.2.1/24 up
948 atf_check -s exit:0 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
951 # Removed the untagged VLAN on one port; traffic should not be passed.
953 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
977 vnet_mkjail one ${epone}b
980 atf_check -s exit:0 jexec one ifconfig ${epone}b 192.0.2.1/24 up
991 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1015 vnet_mkjail one ${epone}b
1019 atf_check -s exit:0 jexec one ifconfig ${epone}b up
1020 atf_check -s exit:0 jexec one ifconfig ${epone}b.20 \
1035 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1059 vnet_mkjail one ${epone}b
1062 # Set up one jail with an access port, and the other with a trunk port.
1066 atf_check -s exit:0 jexec one ifconfig ${epone}b 192.0.2.1/24 up
1079 atf_check -s exit:0 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1106 vnet_mkjail one ${epone}b
1109 atf_check -s exit:0 jexec one ifconfig ${epone}b up
1110 atf_check -s exit:0 jexec one ifconfig ${epone}b.20 \
1126 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1135 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1144 atf_check -s exit:0 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1151 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1235 vnet_mkjail one ${epone}b
1237 atf_check -s exit:0 jexec one ifconfig ${epone}b up
1238 atf_check -s exit:0 jexec one ifconfig ${epone}b.20 \
1277 vnet_mkjail one ${epone}b
1283 atf_check -s exit:0 jexec one ifconfig ${epone}b up
1284 atf_check -s exit:0 jexec one \
1286 atf_check -s exit:0 jexec one \
1305 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1311 atf_check -s exit:0 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1314 # Remove the qinq flag from one of the interfaces; traffic should
1317 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1364 vnet_mkjail one ${epone}b
1367 jexec one ifconfig ${epone}b 192.0.2.1/24 up
1379 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1384 atf_check -s exit:0 -o ignore jexec one ping -c 3 -t 1 192.0.2.2
1390 atf_check -s exit:2 -o ignore jexec one ping -c 3 -t 1 192.0.2.2