freebsd-dev/sys/net/route
Alexander V. Chernikov d8b2693414 routing: add rib_add_default_route() wrapper
Multiple consumers in the kernel space want to install IPv4 or IPv6
 default route. Provide convenient wrapper to simplify the code
 inside the customers.

MFC after:		1 month
Differential Revision:	https://reviews.freebsd.org/D36167
2022-08-29 10:08:24 +00:00
..
fib_algo.c fib_algo: set vnet when destroying algo instance 2022-08-06 12:51:22 +00:00
fib_algo.h
nhgrp_ctl.c routing: refactor #2 2022-08-10 18:20:21 +00:00
nhgrp_var.h
nhgrp.c routing: add nhop(9) kpi. 2022-08-01 08:52:26 +00:00
nhop_ctl.c routing: populate fibs with interface routes after growing net.fibs. 2022-08-11 12:48:08 +00:00
nhop_utils.c
nhop_utils.h
nhop_var.h routing: add nhop(9) kpi. 2022-08-01 08:52:26 +00:00
nhop.c routing: remove duplicate error message after 5c23343b8c. 2022-08-04 09:53:58 +00:00
nhop.h routing: populate fibs with interface routes after growing net.fibs. 2022-08-11 12:48:08 +00:00
route_ctl.c routing: add rib_match_gw() helper 2022-08-12 09:31:21 +00:00
route_ctl.h routing: add rib_add_default_route() wrapper 2022-08-29 10:08:24 +00:00
route_ddb.c ddb: use _FLAGS command macros where appropriate 2022-07-05 11:56:55 -03:00
route_debug.h routing: convert remnants of DPRINTF to FIB_CTL_LOG(). 2022-08-01 08:55:07 +00:00
route_helpers.c routing: add rib_add_default_route() wrapper 2022-08-29 10:08:24 +00:00
route_ifaddrs.c routing: install prefix and loopback routes using new nhop-based KPI. 2022-08-29 10:07:58 +00:00
route_rtentry.c routing: move rtentry and subscription code out of route_ctl.c 2022-08-10 18:56:01 +00:00
route_subscription.c routing: move rtentry and subscription code out of route_ctl.c 2022-08-10 18:56:01 +00:00
route_tables.c routing: populate fibs with interface routes after growing net.fibs. 2022-08-11 12:48:08 +00:00
route_temporal.c routing: move route expiration time to its nexthop 2022-08-01 07:26:53 +00:00
route_var.h routing: populate fibs with interface routes after growing net.fibs. 2022-08-11 12:48:08 +00:00