Lines Matching refs:_a
430 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap…
436 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${encap}_a
439 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${encap}_a
443 run_cmd ${ns_a} ip link set ${encap}_a up
573 …run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_ad…
576 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a
579 run_cmd ${ns_a} ip link set vti${proto}_a up
615 …run_cmd ${ns_a} ip link add ${type}_a type ${type} id 1 ${opts_a} remote ${b_addr} ${opts} || retu…
621 run_cmd ${ns_a} ip link set ${type}_a master ${br_if_a}
623 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${type}_a
624 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${type}_a
630 run_cmd ${ns_a} ip link set ${type}_a up
845 run_cmd python3 ./openvswitch/ovs-dpctl.py add-if ovs_br0 ${type}_a -t ${type} || return 1
849 type_a_port=$(echo "$ports" | grep ${type}_a | sed -e 's@port @@' | cut -d: -f1 | xargs)
903 run_cmd ovs-vsctl add-port ovs_br0 ${type}_a -- \
904 set interface ${type}_a type=${type} \
929 run_cmd ip link set ${type}_a up
1310 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \
1328 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000))
1385 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \
1408 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000))
1510 trace "" ${type}_a "${ns_b}" ${type}_b \
1534 mtu "" ${type}_a $((${ll_mtu} + 1000)) 2>/dev/null
1583 trace "${ns_a}" ${encap}_a "${ns_b}" ${encap}_b \
1615 mtu "${ns_a}" ${encap}_a $((${ll_mtu} + 1000))
2071 trace "${ns_a}" ${encap}_a "${ns_b}" ${encap}_b \
2081 mtu "${ns_a}" ${encap}_a $((${ll_mtu} + 1000))