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.sh251 …local arp_valid=$(cmd_jq "ip -n ${s_ns} -j -d link show bond0" ".[].linkinfo.info_data.arp_validat…
258 if { [ "$arp_valid" == "null" ] || [ "eth${i}" == ${active_slave} ]; } && \
261 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"
263 elif [ "$arp_valid" != "null" ] && [ "eth${i}" != ${active_slave} ] && \
267 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"
281 if { [ "$arp_valid" == "null" ] || [ "eth${i}" == ${active_slave} ]; } && \
284 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"
286 elif [ "$arp_valid" != "null" ] && [ "eth${i}" != ${active_slave} ] && \
290 check_err 1 "arp_valid $arp_valid active_slave $active_slave, eth$i has mcast group"