Home
last modified time | relevance | path

Searched refs:epair_b_mac (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/netpfil/pf/
H A Dmbuf.sh177 epair_b_mac=$(jexec alcatraz ifconfig ${epair}b ether | awk '/ether/ { print $2; }')
191 echo $epair_b_mac
194 "ether pass in from ${epair_a_mac} to ${epair_b_mac}" \
195 "ether pass out from ${epair_b_mac} to ${epair_a_mac}" \
H A Dether.sh185 epair_b_mac=$(ifconfig ${epair}b ether | awk '/ether/ { print $2; }')
206 atf_check_not_equal "$mac" "$epair_b_mac"
219 atf_check_equal "$mac" "$epair_b_mac"