freebsd-dev/sys/net/route
Alexander V. Chernikov d68cf57b7f Refactor rt_addrmsg() and rt_routemsg().
Summary:
* Refactor rt_addrmsg(): make V_rt_add_addr_allfibs decision locally.
* Fix rt_routemsg() and multipath by accepting nexthop instead of interface pointer.
* Refactor rtsock_routemsg(): avoid accessing rtentry fields directly.
* Simplify in_addprefix() by moving prefix search to a separate  function.

Reviewers: #network

Subscribers: imp, ae, bz

Differential Revision: https://reviews.freebsd.org/D28011
2021-01-07 19:38:19 +00:00
..
fib_algo.c Fix default route handling in radix4_lockless algo. 2020-12-26 22:51:02 +00:00
fib_algo.h Add modular fib lookup framework. 2020-12-25 11:33:17 +00:00
mpath_ctl.c Implement flowid calculation for outbound connections to balance 2020-10-18 17:15:47 +00:00
nhgrp_ctl.c Add nhop_ref_any() to unify referencing nhop or nexthop group. 2020-11-29 13:52:06 +00:00
nhgrp_var.h Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhgrp.c Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhop_ctl.c Use light-weight versions of routing lookup functions in ng_netflow. 2020-12-26 11:27:38 +00:00
nhop_utils.c Remove unused nhop_ref_any() function. 2020-09-20 21:32:52 +00:00
nhop_utils.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop_var.h Fix route flags update during RTM_CHANGE. 2020-10-04 13:24:58 +00:00
nhop.c Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhop.h Remove now-unused RT_GATEWAY* definitions. 2021-01-04 21:45:46 +00:00
route_ctl.c Refactor rt_addrmsg() and rt_routemsg(). 2021-01-07 19:38:19 +00:00
route_ctl.h Refactor rt_addrmsg() and rt_routemsg(). 2021-01-07 19:38:19 +00:00
route_ddb.c
route_helpers.c Introduce rib_walk_ext_internal() to allow iteration with rnh pointer. 2020-11-29 13:54:49 +00:00
route_ifaddrs.c Remove RADIX_MPATH config option. 2020-11-29 19:43:33 +00:00
route_tables.c Add modular fib lookup framework. 2020-12-25 11:33:17 +00:00
route_temporal.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
route_var.h Refactor rt_addrmsg() and rt_routemsg(). 2021-01-07 19:38:19 +00:00