freebsd-dev/sys/net/route
Alexander V. Chernikov 8f07963360 Fix regression for IPv6 loopback routes.
After nexthop introduction, loopback routes for the interface addresses
 were created without embedding actual interface index in the gateway.
 The latter is needed to pass the IPv6 scope during transmission via loopback..

Fix the regression by actually using passed gateway data with interface index.

Differential Revision:	https://reviews.freebsd.org/D26306
2020-09-03 22:24:52 +00:00
..
nhop_ctl.c Fix regression for IPv6 loopback routes. 2020-09-03 22:24:52 +00:00
nhop_utils.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop_utils.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop_var.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
nhop.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
route_ctl.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
route_ctl.h net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +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 net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
route_tables.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +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 net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00