freebsd-dev/sys/netlink
Alexander V. Chernikov b755f1a009 netlink: Fix adding routes with nexthops on p2p interfaces.
Use full-featured ifa_ifwithroute() to guess route ifa/ifp
 instead of ifa_ifwithnet(). This change makes the route addition
 logic closer to the rt_getifa_fib() used by rtsock.

Reported by:	glebius
Tested by:	glebius
Differential Revision: https://reviews.freebsd.org/D39335
MFC after:	2 weeks
2023-03-30 09:53:50 +00:00
..
route netlink: Fix adding routes with nexthops on p2p interfaces. 2023-03-30 09:53:50 +00:00
netlink_ctl.h netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_debug.h
netlink_domain.c netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_generic_kpi.c netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_generic.c netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_generic.h netlink: fix genetlink CTRL_ATTR_MCAST_GRP_MAX define. 2022-10-31 15:03:27 +00:00
netlink_glue.c netlink: fix 19e43c163c by adding miseed netlinkg_glue.c 2023-03-27 16:09:02 +00:00
netlink_io.c netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_linux.h
netlink_message_parser.c carp: support unicast 2023-03-20 14:37:09 +01:00
netlink_message_parser.h carp: support unicast 2023-03-20 14:37:09 +01:00
netlink_message_writer.c netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_message_writer.h netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_module.c netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink_route.c netlink: allow netlink sockets in non-vnet jails. 2023-03-26 08:44:09 +00:00
netlink_route.h
netlink_snl_generic.h netlink: improve snl(3) 2023-03-15 20:53:20 +00:00
netlink_snl_route_compat.h fix buildworld after 595d23f777. 2023-03-09 15:45:57 +00:00
netlink_snl_route_parsers.h netlink: add standrard ifaddr/neigh parsers to snl(3). 2023-03-26 09:04:41 +00:00
netlink_snl_route.h carp: support unicast 2023-03-20 14:37:09 +01:00
netlink_snl.h carp: support unicast 2023-03-20 14:37:09 +01:00
netlink_var.h netlink: add netlink KPI to the kernel by default 2023-03-27 13:55:44 +00:00
netlink.h netlink: fix NLMSG_SPACE() macro. 2022-10-31 15:02:12 +00:00