CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/04 07:30:10
Modified files:
usr.sbin/bgpd : bgpd.c config.c session.h
Log message:
Call pfkey_remove() only after the Session Engine finished reloading its
configuration. Doing so before could result in some messages being sent
out without proper TCP-MD5 signature.
Fix for: https://github.com/openbgpd-portable/openbgpd-portable/issues/82
OK tb@
