CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/10/31 08:50:07
Modified files:
usr.sbin/bgpd : bgpd.h rde.c rde.h rde_rib.c
Log message:
Remove tail queues which link peer, aspath and prefix together. These
lists are no longer needed and make it possible to share rde_aspath between
peers & prefixes. Instead of the lists the rde_aspath is now reference counted.
With this struct prefix is now the central place where everything is connected
to making the RIB a bit easier to handle.
With input and OK denis@