Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh249 …local arp_valid=$(cmd_jq "ip -n ${s_ns} -j -d link show bond0" ".[].linkinfo.info_data.arp_validat…
256 if { [ "$arp_valid" == "null" ] || [ "eth${i}" == ${active_slave} ]; } && \
259 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"
261 elif [ "$arp_valid" != "null" ] && [ "eth${i}" != ${active_slave} ] && \
265 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"
279 if { [ "$arp_valid" == "null" ] || [ "eth${i}" == ${active_slave} ]; } && \
282 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"
284 elif [ "$arp_valid" != "null" ] && [ "eth${i}" != ${active_slave} ] && \
288 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"