CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/29 12:18:55
Modified files:
usr.sbin/bgpd : bgpd.h rde.c rde.h rde_attr.c rde_rib.c
Log message:
Instead of a global aspath cache copy the aspath attribute per rde_aspath
struct. It uses a bit more memory but improves performance a lot on really
big systems because aspath_get() becomes a very hot function.
OK tb@
