CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/02/14 08:33:46
Modified files: usr.sbin/bgpd : bgpd.c Log message: No longer wait for the RTR process to finish the config reload before sending the IMSG_RECONF_DONE message to the RDE. The RDE does not depend on the RTR config reload (in contrast to the SE). The ROA / ASPA reload is async from the RDE config reload. OK tb@