CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2017/01/24 20:21:55
Modified files: usr.sbin/bgpd : rde.c rde.h rde_rib.c Log message: Hopefully the last of the struct rib rototilling. Peer just points to a struct rib and not rib_desc since the full descriptor is almost never needed. This should now allow the update code to be changed.