Lines Matching refs:a_addr
414 a_addr="${prefix4}.${a_r1}.1"
425 a_addr="${prefix6}:${a_r1}::1"
439 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap…
442 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
493 a_addr="${prefix4}.${a_r1}.1"
503 a_addr="${prefix6}:${a_r1}::1"
513 …run_cmd ${ns_a} ip link add ip_a type ${type} local ${a_addr} remote ${b_addr} mode ${mode} || ret…
514 run_cmd ${ns_b} ip link add ip_b type ${type} local ${b_addr} remote ${a_addr} mode ${mode}
610 a_addr="${2}"
617 opts_a="local ${a_addr}"
625 run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts}
850 a_addr="${2}"
867 if [ "${v4_a_tun}" = "${a_addr}" ]; then
919 a_addr="${2}"
929 setup_ovs_via_internal_utility "${type}" "${a_addr}" "${b_addr}" \
933 …run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts} || retu…