Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh388 local eth2_mac=$(ip -n "$s_ns" -j link show eth2 | jq -r '.[]["address"]')
390 [ "$eth1_mac" != "$bond_mac" ] || [ "$eth2_mac" != "$bond_mac" ]; then