freebsd-dev/sys/net/route
Alexander V. Chernikov 4c7ba83f9d Switch inet6 default route subscription to the new rib subscription api.
Old subscription model allowed only single customer.

Switch inet6 to the new subscription api and eliminate the old model.

Differential Revision:	https://reviews.freebsd.org/D25615
2020-07-12 11:24:23 +00:00
..
nhop_ctl.c Split nhop_ref_object(). 2020-07-06 21:20:57 +00:00
nhop_utils.c
nhop_utils.h
nhop_var.h Use epoch(9) for rtentries to simplify control plane operations. 2020-05-23 10:21:02 +00:00
nhop.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
nhop.h Use epoch(9) for rtentries to simplify control plane operations. 2020-05-23 10:21:02 +00:00
route_ctl.c Switch inet6 default route subscription to the new rib subscription api. 2020-07-12 11:24:23 +00:00
route_ctl.h Switch rtsock code to using newly-create rib_action() KPI call. 2020-06-10 07:46:22 +00:00
route_ddb.c * Add rib_<add|del|change>_route() functions to manipulate the routing table. 2020-06-01 20:49:42 +00:00
route_helpers.c * Add rib_<add|del|change>_route() functions to manipulate the routing table. 2020-06-01 20:49:42 +00:00
route_temporal.c * Add rib_<add|del|change>_route() functions to manipulate the routing table. 2020-06-01 20:49:42 +00:00
route_var.h * Add rib_<add|del|change>_route() functions to manipulate the routing table. 2020-06-01 20:49:42 +00:00
shared.h Add destructor for the rib subscription system to simplify users code. 2020-07-12 11:18:09 +00:00