• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/tests/sys/netinet/

Lines Matching refs:route

39 # arpresolve only checked the default route.
63 # diffferent subnet masks, or FIB1 won't have a subnet route.
124 # Check whether the host route exists in only the correct FIB
128 atf_fail "Host route did not appear in the correct FIB"
133 atf_fail "Host route appeared in the wrong FIB"
136 # Check whether the network route exists in only the correct FIB
141 atf_fail "Network route did not appear in the correct FIB"
147 atf_fail "Network route appeared in the wrong FIB"
181 # Check whether the host route exists in only the correct FIB
185 atf_fail "Host route did not appear in the correct FIB"
190 atf_fail "Host route appeared in the wrong FIB"
193 # Check whether the network route exists in only the correct FIB
198 atf_fail "Network route did not appear in the correct FIB"
204 atf_fail "Network route appeared in the wrong FIB"
246 setfib ${FIB0} route add default ${GATEWAY}
247 setfib ${FIB1} route add default ${GATEWAY}
249 # Verify that the default route exists for both fibs, with their
293 setfib ${FIB0} route -6 add default ${GATEWAY}
294 setfib ${FIB1} route -6 add default ${GATEWAY}
296 # Verify that the default route exists for both fibs, with their
366 atf_expect_fail "kern/189088 Assigning the same IP to multiple interfaces in different FIBs creates a host route for only one"
487 # Check local route
490 # Check subnet route
493 # Check default route
559 # Check that a subnet route exists on both fibs
560 atf_check -o ignore setfib "$FIB0" route get $ADDR1
561 atf_check -o ignore setfib "$FIB1" route get $ADDR0
596 # Check that a subnet route exists on both fibs
597 atf_check -o ignore setfib "$FIB0" route -6 get $ADDR1
598 atf_check -o ignore setfib "$FIB1" route -6 get $ADDR0
612 # would return an address from an interface on any FIB that had a subnet route
615 # default route, then trying to send a UDP packet with SO_DONTROUTE set to an
617 # in_pcbladdr would choose an interface on any FIB with a default route. With