CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/14 01:58:05 Modified files: usr.sbin/bgpd : session_bgp.c Log message: Increase peer->errcnt when sending out notifications For every error (local or remote) the errcnt needs to be increased so that the system so that the fast reconnect logic in session_accept is properly skipped. Without this peers triggering constant notifications are not slowed down by the IdleHoldTimer. OK tb@