CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/26 10:32:29
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
Refactor nexthop tracking and remove all the kif_kr code. There is no
need to track directly connected routes per kif. The only use case was
for nexthop validation but that can be done by storing the ifindex in
struct knexthop.
OK tb@
