CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/05 02:46:55
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h config.c parse.y printconf.c
rde.c rde_sets.c
Log message:
Cleanup config reload in the RDE. Use the bgpd_conf struct to store sets
and l3vpns instead of temporary globals. Also rework rde_reload_done to
free filters and sets earlier. The soft-reconfiguration process no longer
needs the previous filters / sets to do its work since there is a full
Adj-RIB-Out.
OK benno@
