Home | History | Annotate | Download | only in route

Lines Matching refs:change

46 	atf_set "descr" "Change a reject route to blackhole"
60 rump.route change 207.46.197.32 127.0.0.1 -blackhole
75 atf_set "descr" "Change the gateway of a route"
93 rump.route change -net 192.168.0.0/24 10.0.0.254
108 atf_set "descr" "Change the ifa (local address) of a route"
143 # Change the local address of the route
145 rump.route change -net 192.168.0.0/24 10.0.0.1 -ifa 10.0.0.11
173 atf_set "descr" "Change a route based on an interface (ifp)"
210 # Change a route based on an interface
212 rump.route change -net 192.168.0.0/24 10.0.0.1 -ifp shmif1
240 atf_set "descr" "Change a route with -ifp and -ifa"
277 # Change a route with -ifa and -ifp
279 rump.route change -net 192.168.0.0/24 -ifa 10.0.0.1 -ifp shmif1
307 atf_set "descr" "Change flags of a route"
323 rump.route change -net 10.0.0.0/24 -reject
327 rump.route change -net 10.0.0.0/24 -noreject
343 atf_set "descr" "Change flags of the default route"
359 atf_check -s exit:0 -o ignore rump.route change default -reject
362 atf_check -s exit:0 -o ignore rump.route change default -noreject