CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/31 03:46:31
Modified files:
usr.sbin/bgpd : rde.h rde_update.c
Log message:
Exit the attribute loop early if there are no unknown attributes left
and the loop passed all attributes known by bgpd. Saves about 80% of
time in up_generate_attr().
OK phessler@
