CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/07 11:59:15
Modified files:
usr.sbin/bgpd : session.c
Log message:
In session_graceful_restart() also arm the SessionDown timer
session_graceful_restart() does more or less the same as session_down()
and therefor needs to arm the SessionDown timer and on top of that
update stats.last_updown. The interval for the SessionDown timer needs
to depend on the graceful restart timer, since that one needs to fire
first.
OK tb@
