Lines Matching full:eth0
22 ip -n ${s_ns} link set eth0 type bond_slave prio 10
26 ip -n ${s_ns} -d link show eth0 | grep -q "prio 10"
79 ip -n ${s_ns} link set eth0 type bond_slave prio 0
82 cmd_jq "ip -n ${s_ns} -d -j link show eth0" \
84 check_err $? "eth0 prio is not 0"
104 check_active_slave eth0
115 check_active_slave "eth0"
118 check_active_slave "eth0"
143 ip -n ${s_ns} link set eth0 type bond_slave prio 1000000
146 ip -n ${s_ns} -d link show eth0 | grep -q 'prio 1000000'
147 check_err $? "eth0 prio is not 1000000"
155 check_active_slave "eth0"