Lines Matching refs:h0
100 for ns in h0 r1 h1 h2 h3
121 ip -netns h0 nexthop add id 4 via 172.16.100.254 dev eth0
122 ip -netns h0 nexthop add id 6 via 2001:db8:100::64 dev eth0
127 ip -netns h0 ro add 172.16.10${i}.0/24 nhid 4
130 ip -netns h0 -6 ro add 2001:db8:10${i}::/64 nhid 6
137 ip -netns h0 li sh
138 ip -netns h0 ro sh
139 ip -netns h0 -6 ro sh
147 for n in h0 r1 h1 h2 h3
171 local h0=172.16.100.1
176 run_cmd ip netns exec h0 ping -s ${ping_sz} -c5 -w5 ${dst}
181 ip -netns h0 ro get ${dst}
187 ip -netns h0 ro get ${dst} | \
200 local h0=2001:db8:100::1
205 run_cmd ip netns exec h0 ${ping6} -s ${ping_sz} -c5 -w5 ${dst}
210 ip -netns h0 -6 ro get ${dst}
212 echo " ${dst} from :: via ${r1} dev eth0 src ${h0} .* mtu ${mtu}"
216 ip -netns h0 -6 ro get ${dst} | \
217 grep -q "${dst} from :: via ${r1} dev eth0 src ${h0} .* mtu ${mtu}"
245 run_cmd taskset -c ${c} ip netns exec h0 ping -c1 -w1 172.16.10${i}.1
248 run_cmd taskset -c ${c} ip netns exec h0 ${ping6} -c1 -w1 2001:db8:10${i}::1
285 ip -netns h0 ro del 172.16.102.0/24 nhid 4
286 ip -netns h0 -6 ro del 2001:db8:102::/64 nhid 6
288 ip -netns h0 nexthop del id 4
289 ip -netns h0 nexthop del id 6