Lines Matching +full:bridge0 +full:- +full:2

2 # SPDX-License-Identifier: BSD-2-Clause
14 # 2. Redistributions in binary form must reproduce the above copyright
61 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 3 -t 1 192.0.2.2
62 atf_check -s exit:0 -o ignore jexec singsing ping -c 3 -t 1 192.0.2.1
117 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ]
126 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ]
192 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ]
201 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ]
236 atf_check -s exit:1 -o ignore -e ignore \
240 atf_check -s exit:1 -o ignore -e ignore \
244 atf_check -s exit:0 -o ignore \
248 atf_check -s exit:0 -o ignore \
252 atf_check -s exit:1 -o ignore -e ignore \
256 atf_check -s exit:1 -o ignore -e ignore \
260 atf_check -s exit:0 -o ignore \
300 jexec one ping -c 1 -t 1 192.0.2.2
303 atf_check -s exit:0 \
305 --sendif ${epair}b \
306 --to 192.0.2.2 \
307 --recvif ${epair_span}b
309 jexec one ifconfig ${bridge} -span ${epair_span}a
312 atf_check -s exit:1 \
314 --sendif ${epair}b \
315 --to 192.0.2.2 \
316 --recvif ${epair_span}b
372 jexec bridge_mac_conflict_one ifconfig bridge0 192.0.2.1/24 up \
377 jexec bridge_mac_conflict_two ifconfig bridge0 192.0.2.2/24 up \
381 atf_check -s exit:0 -o ignore \
382 jexec bridge_mac_conflict_one ping -c 3 192.0.2.2
452 atf_check -s exit:0 \
454 --sendif ${epair_one}b \
455 --recvif ${epair_two}b
480 jexec one sysctl net.link.gif.max_nesting=2
481 jexec two sysctl net.link.gif.max_nesting=2
503 atf_check -s exit:0 -o ignore \
504 jexec one ping -c 1 192.0.2.2
507 atf_check -s exit:0 -o ignore \
508 jexec one ping -c 1 198.51.100.2
509 atf_check -s exit:0 -o ignore \
510 jexec one ping -c 1 -s 1200 198.51.100.2
511 atf_check -s exit:0 -o ignore \
512 jexec one ping -c 1 -s 2000 198.51.100.2
518 atf_check -s exit:0 -o ignore \
519 jexec one ping -c 1 -s 1200 198.51.100.2
520 atf_check -s exit:0 -o ignore \
521 jexec one ping -c 1 -s 2000 198.51.100.2
546 expected=$2
549 if [ $mtu -ne $expected ];
565 atf_check -s exit:0 \
569 atf_check -s exit:0 \
573 atf_check -s exit:0 \
581 atf_check -s exit:1 -e ignore \
589 atf_check -s exit:1 -e ignore \
596 atf_check -s exit:0 -e ignore \
659 atf_check -s exit:0 -o ignore \
660 jexec one ping -c 1 -t 1 192.0.2.2
669 atf_check -s exit:0 -o ignore \
670 jexec one ping -c 1 -t 1 192.0.2.2
697 atf_check -s exit:0 -o inline:"$ifcount\n" \
698 sh -c "ifconfig ${bridge} | grep member: | wc -l | xargs"