CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/14 05:57:21
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c
Log message:
Rework the way ribs are stored in the RDE. Instead of a flat array that
gets enlarged use an array of pointers, so pointers to struct rib entries
remain valid after adding new RIBs. Also remove the global ribs pointer
and rib_valid() since they are no longer used since all the code uses now
rib_byid() instead.
OK benno@
