Lines Matching refs:a_addr
405 a_addr="${prefix4}.${a_r1}.1"
416 a_addr="${prefix6}:${a_r1}::1"
430 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap…
433 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
484 a_addr="${prefix4}.${a_r1}.1"
494 a_addr="${prefix6}:${a_r1}::1"
504 …run_cmd ${ns_a} ip link add ip_a type ${type} local ${a_addr} remote ${b_addr} mode ${mode} || ret…
505 run_cmd ${ns_b} ip link add ip_b type ${type} local ${b_addr} remote ${a_addr} mode ${mode}
601 a_addr="${2}"
608 opts_a="local ${a_addr}"
616 run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts}
841 a_addr="${2}"
858 if [ "${v4_a_tun}" = "${a_addr}" ]; then
910 a_addr="${2}"
920 setup_ovs_via_internal_utility "${type}" "${a_addr}" "${b_addr}" \
924 …run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts} || retu…