Lines Matching full:add

13 # - fd00::1 : add a TLV, change the flags and apply a End.X action to fc42::1
14 # - fd00::2 : remove the TLV, change the flags, add a tag
62 ip netns add ${NS1}
63 ip netns add ${NS2}
64 ip netns add ${NS3}
65 ip netns add ${NS4}
66 ip netns add ${NS5}
67 ip netns add ${NS6}
71 ip link add veth1 type veth peer name veth2
72 ip link add veth3 type veth peer name veth4
73 ip link add veth5 type veth peer name veth6
74 ip link add veth7 type veth peer name veth8
75 ip link add veth9 type veth peer name veth10
101 ip netns exec ${NS1} ip -6 addr add fb00::12/16 dev veth1 scope link
102 ip netns exec ${NS1} ip -6 route add fb00::21 dev veth1 scope link
103 ip netns exec ${NS2} ip -6 addr add fb00::21/16 dev veth2 scope link
104 ip netns exec ${NS2} ip -6 addr add fb00::34/16 dev veth3 scope link
105 ip netns exec ${NS2} ip -6 route add fb00::43 dev veth3 scope link
106 ip netns exec ${NS3} ip -6 route add fb00::65 dev veth5 scope link
107 ip netns exec ${NS3} ip -6 addr add fb00::43/16 dev veth4 scope link
108 ip netns exec ${NS3} ip -6 addr add fb00::56/16 dev veth5 scope link
109 ip netns exec ${NS4} ip -6 addr add fb00::65/16 dev veth6 scope link
110 ip netns exec ${NS4} ip -6 addr add fb00::78/16 dev veth7 scope link
111 ip netns exec ${NS4} ip -6 route add fb00::87 dev veth7 scope link
112 ip netns exec ${NS5} ip -6 addr add fb00::87/16 dev veth8 scope link
113 ip netns exec ${NS5} ip -6 addr add fb00::910/16 dev veth9 scope link
114 ip netns exec ${NS5} ip -6 route add fb00::109 dev veth9 scope link
115 ip netns exec ${NS5} ip -6 route add fb00::109 table 117 dev veth9 scope link
116 ip netns exec ${NS6} ip -6 addr add fb00::109/16 dev veth10 scope link
118 ip netns exec ${NS1} ip -6 addr add fb00::1/16 dev lo
119 ip netns exec ${NS1} ip -6 route add fb00::6 dev veth1 via fb00::21
121 ip netns exec ${NS2} ip -6 route add fb00::6 encap bpf in obj ${BPF_FILE} sec encap_srh dev veth2
122 ip netns exec ${NS2} ip -6 route add fd00::1 dev veth3 via fb00::43 scope link
124 ip netns exec ${NS3} ip -6 route add fc42::1 dev veth5 via fb00::65
125 ip netns exec ${NS3} ip -6 route add fd00::1 encap seg6local action End.BPF endpoint obj ${BPF_FILE…
127 ip netns exec ${NS4} ip -6 route add fd00::2 encap seg6local action End.BPF endpoint obj ${BPF_FILE…
128 ip netns exec ${NS4} ip -6 addr add fc42::1 dev lo
129 ip netns exec ${NS4} ip -6 route add fd00::3 dev veth7 via fb00::87
131 ip netns exec ${NS5} ip -6 route add fd00::4 table 117 dev veth9 via fb00::109
132 ip netns exec ${NS5} ip -6 route add fd00::3 encap seg6local action End.BPF endpoint obj ${BPF_FILE…
134 ip netns exec ${NS6} ip -6 addr add fb00::6/16 dev lo
135 ip netns exec ${NS6} ip -6 addr add fd00::4/16 dev lo