CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/01/03 05:57:49
Modified files: usr.sbin/bgpd : session.c Log message: Adjust logic in the STATE_IDLE case of change_state() to properly handle EVNT_STOP. If EVNT_STOP is used the IdleHold timer should not be restarted so that the session remains down. Fixes issue reported by denis@ OK tb@ denis@