Lines Matching full:102
126 # N2: 2000:102::/64
135 # the IPv6 address of R1's interface on N2 is 2000:102::1/64
161 connect_ns $r1 eth2 - 2000:102::1/64 $r2 eth2 - 2000:102::2/64
162 ip netns exec $r1 ip route add default via 2000:102::2
188 # traceroute6 host-2 from host-1 (expects 2000:102::2)
189 run_cmd $h1 "traceroute6 2000:103::4 | grep -q 2000:102::2"
190 check_err $? "traceroute6 did not return 2000:102::2"
222 # N2: 2000:102::/64
231 # the IPv6 address of R1's interface on N2 is 2000:102::1/64
260 connect_ns "$r1" eth2 - 2000:102::1/64 "$r2" eth2 - 2000:102::2/64
262 ip -n "$r1" route add default via 2000:102::2
292 # traceroute6 host-2 from host-1 (expects 2000:102::2)
293 run_cmd "$h1" "traceroute6 2000:103::4 | grep 2000:102::2"
294 check_err $? "traceroute6 did not return 2000:102::2"