CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/21 11:35:56
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_decide.c rde_peer.c rde_rib.c
Log message:
Remove the active prefix cache in struct rib_entry. I need the space
and it also makes less sense to track this with ECMP or add-path.
Replace the re->active access with prefix_best(re) which does the
check on the spot.
Feedback and OK tb@
