Lines Matching refs:active_slave
47 active_slave=""
51 active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave")
52 test "$active_slave" = "$target_active_slave"
53 check_err $? "Current active slave is $active_slave but not $target_active_slave"
66 ip -n ${s_ns} link set bond0 type bond active_slave eth1
88 ip -n ${s_ns} link set $active_slave down
93 ip -n ${s_ns} link set $active_slave down
111 local pre_active_slave=$active_slave
125 ip -n ${s_ns} link set $active_slave down
144 ip -n ${s_ns} link set $active_slave down
261 local active_slave exp_num real_num i
278 active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave")
279 ip -n ${s_ns} link set ${active_slave} down
284 active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave")
289 echo "$real_num garp packets sent on active slave ${active_slave}"