CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Thu, 23 Jul 2026 05:29:55 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/23 05:29:55 Modified files: usr.sbin/bgpd : session.c session_bgp.c Log message: At startup move peers quickly to active state but delay the connection open by SESSION_CLEAR_DELAY This allows new connection in right after startup but still delays the connect like before. This is mainly needed for the integration tests that depend on quick startups. Issue noticed by anton@ OK tb@