freebsd-dev/tests/sys/net/routing
Alexander V. Chernikov 1b95005e95 Fix route flags update during RTM_CHANGE.
Nexthop lookup was not consireding rt_flags when doing
 structure comparison, which lead to an original nexthop
 selection when changing flags. Fix the case by adding
 rt_flags field into comparison and rearranging nhop_priv
 fields to allow for efficient matching.
Fix `route change X/Y flags` case - recent changes
 disallowed specifying RTF_GATEWAY flag without actual gateway.
 It turns out, route(8) fills in RTF_GATEWAY by default, unless
 -interface flag is specified. Fix regression by clearing
 RTF_GATEWAY flag instead of failing.
Fix route flag reporting in RTM_CHANGE messages by explicitly
 updating rtm_flags after operation competion.
Add IPv4/IPv6 tests for flag-only route changes.
2020-10-04 13:24:58 +00:00
..
generic_cleanup.sh Switch rtsock tests to per-test jails and epair interfaces. 2020-03-29 06:25:57 +00:00
Makefile build: provide a default WARNS for all in-tree builds 2020-09-18 17:17:46 +00:00
params.h Switch rtsock tests to per-test jails and epair interfaces. 2020-03-29 06:25:57 +00:00
rtsock_common.h Use static inline for iface_{setup,delete}_addr in tests/sys/net/routing. 2020-08-08 11:06:27 +00:00
rtsock_config.h Skip routing regression tests depending on if_epair if this module isn't installed. 2020-04-17 16:31:07 +00:00
rtsock_print.h Remove trailing whitespace 2020-02-16 10:59:32 +00:00
test_rtsock_l3.c Fix route flags update during RTM_CHANGE. 2020-10-04 13:24:58 +00:00
test_rtsock_lladdr.c Add routing tests verifying basic RTM_CHANGE functionality. 2020-04-02 20:02:33 +00:00