CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/12 14:27:31
Modified files:
usr.sbin/bgpd : rde.c session.c session.h
Log message:
Fix bad sizes in certain graceful restart imsgs.
The move to use more u_int for aid also changed the imsgs
IMSG_SESSION_STALE, IMSG_SESSION_NOGRACE, IMSG_SESSION_FLUSH, and
IMSG_SESSION_RESTARTED. The problem was that not all senders were
adjusted.
OK tb@
