Lines Matching full:route

35 # arpresolve only checked the default route.
58 # diffferent subnet masks, or FIB1 won't have a subnet route.
118 # Check whether the host route exists in only the correct FIB
122 atf_fail "Host route did not appear in the correct FIB"
127 atf_fail "Host route appeared in the wrong FIB"
130 # Check whether the network route exists in only the correct FIB
135 atf_fail "Network route did not appear in the correct FIB"
141 atf_fail "Network route appeared in the wrong FIB"
174 # Check whether the host route exists in only the correct FIB
178 atf_fail "Host route did not appear in the correct FIB"
183 atf_fail "Host route appeared in the wrong FIB"
186 # Check whether the network route exists in only the correct FIB
191 atf_fail "Network route did not appear in the correct FIB"
197 atf_fail "Network route appeared in the wrong FIB"
238 setfib ${FIB0} route add default ${GATEWAY}
239 setfib ${FIB1} route add default ${GATEWAY}
241 # Verify that the default route exists for both fibs, with their
284 setfib ${FIB0} route -6 add default ${GATEWAY}
285 setfib ${FIB1} route -6 add default ${GATEWAY}
287 # Verify that the default route exists for both fibs, with their
477 # Check local route
480 # Check subnet route
483 # Check default route
548 # Check that a subnet route exists on both fibs
549 atf_check -o ignore setfib "$FIB0" route get $ADDR1
550 atf_check -o ignore setfib "$FIB1" route get $ADDR0
584 # Check that a subnet route exists on both fibs
585 atf_check -o ignore setfib "$FIB0" route -6 get $ADDR1
586 atf_check -o ignore setfib "$FIB1" route -6 get $ADDR0
600 # would return an address from an interface on any FIB that had a subnet route
603 # default route, then trying to send a UDP packet with SO_DONTROUTE set to an
605 # in_pcbladdr would choose an interface on any FIB with a default route. With