CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/13 11:07:53
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_decide.c rde_peer.c
rde_update.c
Log message:
Pass struct rib_entry to rde_generate_updates() instead of struct rib.
With this the newbest and oldbest arguments can go since the infromation
is part of the rib_entry. Especially the prefix in the rib_entry is
always valid so simplify some code in various functions below to use
this information.
OK tb@
