CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/27 13:23:24
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h config.c control.c session.h
Log message:
Check if a control socket or address is already in use befor using it.
If it is used abort startup or let a reload fail.
Sockets are now not unlinked anymore on regular shutdown.
This helps a lot when one tries to do a config check without -n.
Inputs and OK claudio@
