Lines Matching full:eth
217 …mii_status=$(cmd_jq "ip -n ${s_ns} -j -d link show eth$i" ".[].linkinfo.info_slave_data.mii_status…
237 …mii_status=$(cmd_jq "ip -n ${s_ns} -j -d link show eth$i" ".[].linkinfo.info_slave_data.mii_status…
240 log_test "arp_validate" "interface eth$i mii_status $mii_status"
253 maddr_list=$(ip -n ${s_ns} maddr show dev eth${i})
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"
276 maddr_list=$(ip -n ${s_ns} maddr show dev eth${i})
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"
356 tc_rule_handle_stats_get "dev s${active_slave#eth} ingress" 101 ".packets" "-n ${g_ns}"
359 real_num=$(tc_rule_handle_stats_get "dev s${active_slave#eth} ingress" 101 ".packets" "-n ${g_ns}")