Lines Matching full:two
478 vnet_mkjail two ${epair}b
481 jexec two sysctl net.link.gif.max_nesting=2
484 jexec two ifconfig ${epair}b 192.0.2.2/24 up
488 gif_two=$(jexec two ifconfig gif create)
492 jexec two ifconfig ${gif_two} tunnel 192.0.2.2 192.0.2.1
493 jexec two ifconfig ${gif_two} up
496 bridge_two=$(jexec two ifconfig bridge create)
499 jexec two ifconfig ${bridge_two} 198.51.100.2/24 up
500 jexec two ifconfig ${bridge_two} addm ${gif_two}
516 jexec two ifconfig ${epair}b mtu 1000
630 vnet_mkjail two ${epairb}b
640 jexec two ifconfig ${epairb}b up
641 jexec two ifconfig ${epairb}b.${vid} create
644 jexec two ifconfig ${epairb}b.${vid} ether 02:05:6e:06:28:1a
650 jexec two ifconfig ${epairb}b.${vid} 192.0.2.2/24 up
656 jexec two ifconfig
809 vnet_mkjail two ${epone}b
811 jexec two ifconfig
812 atf_check -s exit:0 -o save:bridge jexec two ifconfig bridge create
814 atf_check -s exit:0 jexec two ifconfig ${bridge} addm ${epone}b up
816 atf_check -s exit:0 -o ignore jexec two \
818 atf_check -s exit:0 jexec two ifconfig ${epone}b up
819 atf_check -s exit:0 jexec two \
822 # Make sure the two jails can communicate over the vlan.
824 atf_check -s exit:0 -o ignore jexec two ping -c 3 -t 1 192.0.2.1