opnsense-src/sys/net/route
Alexander V. Chernikov f3d6900337 routing: Bring back the ability to specify transmit interface via its name.
Some software references outgoing interfaces by specifying name instead of
 index.

Use rti_ifp from rt_addrinfo if provided instead of always using
 address interface when constructing nexthop.

PR: 		255678
Reported by:	martin.larsson2 at gmail.com

(cherry picked from commit d98954e229)
2021-09-07 21:25:24 +00:00
..
fib_algo.c Fix typo in rib_unsibscribe<_locked>(). 2021-09-07 21:02:57 +00:00
fib_algo.h Add batched update support for the fib algo. 2021-04-29 08:47:32 +00:00
mpath_ctl.c Fix panic when trying to delete non-existent gateway in multipath route. 2021-05-30 10:30:45 +00:00
nhgrp.c Rename variables inside nexhtop group consider_resize() code. 2021-09-07 21:01:31 +00:00
nhgrp_ctl.c routing: simplify malloc flags in alloc_nhgrp(). 2021-09-07 21:02:59 +00:00
nhgrp_var.h Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhop.c [multipath][nhops] Fix random crashes with high route churn rate. 2021-08-17 21:14:42 +00:00
nhop.h Remove now-unused RT_GATEWAY* definitions. 2021-01-04 21:45:46 +00:00
nhop_ctl.c routing: Bring back the ability to specify transmit interface via its name. 2021-09-07 21:25:24 +00:00
nhop_utils.c Remove unused nhop_ref_any() function. 2020-09-20 21:32:52 +00:00
nhop_utils.h [multipath][nhops] Fix random crashes with high route churn rate. 2021-08-17 21:14:42 +00:00
nhop_var.h Fix route flags update during RTM_CHANGE. 2020-10-04 13:24:58 +00:00
route_ctl.c routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). 2021-09-07 21:25:06 +00:00
route_ctl.h routing: Fix crashes with dpdk_lpm[46] algo. 2021-09-07 21:02:58 +00:00
route_ddb.c Rename rt_flags to rte_flags && reduce number of rt_nhop accesses. 2020-08-22 19:30:56 +00:00
route_helpers.c routing: Fix newly-added rt_get_inet[6]_parent() api. 2021-09-07 21:02:59 +00:00
route_ifaddrs.c Simplify ifa/ifp refcounting in the routing stack. 2021-09-07 20:55:51 +00:00
route_tables.c [fib algo] Delay algo init at fib growth to to allow to reliably use rib KPI. 2021-05-04 21:30:35 +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 Fix drace CTF for the rib_head. 2021-05-04 21:31:25 +00:00