Lines Matching full:eth1
75 # set active_slave to primary eth1 specifically
76 ip -n ${s_ns} link set bond0 type bond active_slave eth1
80 ip -n ${s_ns} link set eth1 type bond_slave prio 10
85 cmd_jq "ip -n ${s_ns} -d -j link show eth1" \
87 check_err $? "eth1 prio is not 10"
95 check_active_slave eth1
124 ip -n ${s_ns} link set eth1 up
128 check_active_slave "eth1"
137 check_active_slave "eth1"
144 ip -n ${s_ns} link set eth1 type bond_slave prio 0
148 ip -n ${s_ns} -d link show eth1 | grep -q 'prio 0'
149 check_err $? "eth1 prio is not 0"
152 check_active_slave "eth1"
166 prio_test "mode $mode miimon 100 primary eth1 primary_reselect $primary_reselect"
177 …prio_test "mode $mode arp_interval 100 arp_ip_target ${g_ip4} primary eth1 primary_reselect $prima…
193 …prio_test "mode $mode arp_interval 100 ns_ip6_target ${g_ip6} primary eth1 primary_reselect $prima…