CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/08 05:33:08
Modified files:
usr.sbin/bgpd : bgpd.c
Log message:
Parse the config file early on startup before bgpd is daemonized.
This way config errors will be directly user visible on startup.
To do this split out send_config() out of reconfigure() which is
sending the config to the SE and RDE.
OK sthen@
