Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh386 local eth0_mac=$(ip -n "$s_ns" -j link show eth0 | jq -r '.[]["address"]')
389 if [ "$bond_mac" != "${mac[0]}" ] || [ "$eth0_mac" != "$bond_mac" ] || \
451 eth0_mac=$(ip -n "$s_ns" -j link show eth0 | jq -r '.[]["address"]')
452 [ "$eth0_mac" = "${mac[0]}" ] && RET=1
457 eth0_mac=$(ip -n "$s_ns" -j link show eth0 | jq -r '.[]["address"]')
458 [ "$eth0_mac" != "${mac[0]}" ] && RET=1