Lines Matching refs:add

98 	ip netns add ${NS_A} || return 1
99 ip netns add ${NS_B}
103 ${ns_a} ip link add veth_a type veth peer name veth_b || return 1
106 ${ns_a} ip addr add ${veth4_a_addr}/${veth4_mask} dev veth_a
107 ${ns_b} ip addr add ${veth4_b_addr}/${veth4_mask} dev veth_b
109 ${ns_a} ip addr add ${veth6_a_addr}/${veth6_mask} dev veth_a
110 ${ns_b} ip addr add ${veth6_b_addr}/${veth6_mask} dev veth_b
126 …${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_addr} key …
127 …${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_addr} key …
129 ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a
130 ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b
151 …${ns_a} ip -${proto} xfrm state add src ${veth_a_addr} dst ${veth_b_addr} spi 0x1000 proto esp aea…
152 …${ns_a} ip -${proto} xfrm state add src ${veth_b_addr} dst ${veth_a_addr} spi 0x1001 proto esp aea…
153 …${ns_a} ip -${proto} xfrm policy add dir out mark 10 tmpl src ${veth_a_addr} dst ${veth_b_addr} pr…
154 …${ns_a} ip -${proto} xfrm policy add dir in mark 10 tmpl src ${veth_b_addr} dst ${veth_a_addr} pro…
156 …${ns_b} ip -${proto} xfrm state add src ${veth_a_addr} dst ${veth_b_addr} spi 0x1000 proto esp aea…
157 …${ns_b} ip -${proto} xfrm state add src ${veth_b_addr} dst ${veth_a_addr} spi 0x1001 proto esp aea…
158 …${ns_b} ip -${proto} xfrm policy add dir out mark 10 tmpl src ${veth_b_addr} dst ${veth_a_addr} pr…
159 …${ns_b} ip -${proto} xfrm policy add dir in mark 10 tmpl src ${veth_a_addr} dst ${veth_b_addr} pro…
333 ${ns_a} ip link add vti4_a type vti local ${veth4_a_addr} remote ${veth4_b_addr} key 10
343 …${ns_a} ip link add vti4_a mtu ${v} type vti local ${veth4_a_addr} remote ${veth4_b_addr} key 10 2…
356 ${ns_a} ip link add vti4_a mtu ${v} type vti local ${veth4_a_addr} remote ${veth4_b_addr} key 10
371 ${ns_a} ip link add vti6_a type vti6 local ${veth6_a_addr} remote ${veth6_b_addr} key 10
381 …${ns_a} ip link add vti6_a mtu ${v} type vti6 local ${veth6_a_addr} remote ${veth6_b_addr} key 10 …
394 ${ns_a} ip link add vti6_a mtu ${v} type vti6 local ${veth6_a_addr} remote ${veth6_b_addr} key 10
409 ${ns_a} ip link add dummy0 mtu 1500 type dummy
411 ${ns_a} ip link add dummy1 mtu 3000 type dummy
415 ${ns_a} ip addr add ${dummy6_0_addr}/${dummy6_mask} dev dummy0
416 ${ns_a} ip addr add ${dummy6_1_addr}/${dummy6_mask} dev dummy1
421 ${ns_a} ip link add vti6_a mtu 1300 type vti6 remote ${dummy6_0_addr} local ${dummy6_0_addr}