CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/02/26 03:26:51
Modified files: usr.sbin/bgpd : session.h bgpd.h session.c Log message: Store the local bgpid and the connectretry time in the peer and peer_config so the bgp_fsm does not need to access the global conf anymore. OK tb@