Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh385 local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]')
389 if [ "$bond_mac" != "${mac[0]}" ] || [ "$eth0_mac" != "$bond_mac" ] || \
390 [ "$eth1_mac" != "$bond_mac" ] || [ "$eth2_mac" != "$bond_mac" ]; then
399 local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]')
400 if [ "$bond_mac" != "${mac[0]}" ]; then
409 local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]')
412 if [ "$bond_mac" != "$active_slave_mac" ]; then