Lines Matching refs:_a
439 run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap ${encap} encap-sport auto encap-dport 5556 || return $ksft_skip
445 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${encap}_a
448 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${encap}_a
452 run_cmd ${ns_a} ip link set ${encap}_a up
582 run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_addr} key 10 || return 1
585 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a
588 run_cmd ${ns_a} ip link set vti${proto}_a up
624 run_cmd ${ns_a} ip link add ${type}_a type ${type} id 1 ${opts_a} remote ${b_addr} ${opts} || return 1
630 run_cmd ${ns_a} ip link set ${type}_a master ${br_if_a}
632 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${type}_a
633 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${type}_a
639 run_cmd ${ns_a} ip link set ${type}_a up
854 run_cmd python3 ./openvswitch/ovs-dpctl.py add-if ovs_br0 ${type}_a -t ${type} || return 1
858 type_a_port=$(echo "$ports" | grep ${type}_a | sed -e 's@port @@' | cut -d: -f1 | xargs)
912 run_cmd ovs-vsctl add-port ovs_br0 ${type}_a -- \
913 set interface ${type}_a type=${type} \
938 run_cmd ip link set ${type}_a up
1357 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \
1375 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000))
1432 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \
1455 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000))
1557 trace "" ${type}_a "${ns_b}" ${type}_b \
1581 mtu "" ${type}_a $((${ll_mtu} + 1000)) 2>/dev/null
1630 trace "${ns_a}" ${encap}_a "${ns_b}" ${encap}_b \
1662 mtu "${ns_a}" ${encap}_a $((${ll_mtu} + 1000))
2118 trace "${ns_a}" ${encap}_a "${ns_b}" ${encap}_b \
2128 mtu "${ns_a}" ${encap}_a $((${ll_mtu} + 1000))