Searched refs:bond_mac (Results 1 – 1 of 1) sorted by relevance
385 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" ]; then399 local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]')400 if [ "$bond_mac" != "${mac[0]}" ]; then409 local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]')412 if [ "$bond_mac" != "$active_slave_mac" ]; then