Lines Matching full:route
74 rump.route add -net 10.0.0.1/32 -link -cloning -iface shmif0
86 # Don't know a route to the gateway yet
88 -e match:'No route to host' rump.ping $PING_OPTS 192.168.0.1
90 # Teach a route to the gateway
92 rump.route add -net 192.168.0.1/32 -link -cloning -iface shmif0
94 rump.route add default -ifa 10.0.0.1 192.168.0.1
116 atf_set "descr" "tests of route get command"
123 atf_set "descr" "tests of route get command (IPv6)"
139 atf_check -s exit:0 -o ignore rump.route add -inet6 default ${gw}
142 atf_check -s exit:0 -o ignore rump.route add default ${gw}
231 route to: 10.0.1.2
238 rump.route -n get $IP4SRC > ./output
246 route to: 10.0.1.1
254 rump.route -n get $IP4SRCGW > ./output
261 route to: 10.0.2.2
270 rump.route -n get $IP4DST > ./output
280 route to: 10.0.1.1
288 rump.route -n get $IP4SRCGW > ./output
306 route to: fc00:0:0:1::2
313 rump.route -n get -inet6 $IP6SRC > ./output
320 route to: fc00:0:0:1::1
328 rump.route -n get -inet6 $IP6SRCGW > ./output
335 route to: fc00:0:0:2::2
344 rump.route -n get -inet6 $IP6DST > ./output
354 route to: fc00:0:0:1::1
362 rump.route -n get -inet6 $IP6SRCGW > ./output