freebsd-dev/sys/net/route
Alexander V. Chernikov 682b902daf Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it.
Create rib_lookup() wrapper around per-af dataplane lookup functions.
This will help in the cases of having control plane af-agnostic code.

Switch ifa_ifwithroute() to use this function instead of rtalloc1().

Reviewed by:	ae
Differential Revision:	https://reviews.freebsd.org/D24731
2020-05-07 08:11:36 +00:00
..
nhop_ctl.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
nhop_utils.c
nhop_utils.h
nhop_var.h
nhop.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
nhop.h
route_ctl.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
route_ddb.c Switch DDB show route to direct rnh_matchaddr() call instead of rtalloc1(). 2020-05-04 15:07:57 +00:00
route_helpers.c Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it. 2020-05-07 08:11:36 +00:00
route_temporal.c Move route_temporal.c and route_var.h to net/route. 2020-04-28 19:14:09 +00:00
route_var.h Remove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte fields. 2020-05-04 14:31:45 +00:00
shared.h