CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/14 01:39:04
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c
Log message:
There is no longer a reason to use two structs for RIBs where one is part
of the other. Just merge struct rib_desc into struct rib. Makes code simpler.
OK benno@
