CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/22 09:41:34
Modified files:
usr.sbin/bgpd : bgpd.h logmsg.c rtr_proto.c session.c util.c
Log message:
Rework the cease shutdown reason to work in both directions by looking
at the ibuf payload passed to log_notification().
Because of this move ibuf_get_string() and the log_notification() call
in parse_notification().
OK tb@
