• Ondřej Zajíček's avatar
    BGP: Fix bug in incoming connection handling · 487c6961
    Ondřej Zajíček authored
    When a BGP session was established by an outgoing connection with
    Graceful Restart behavior negotiated, a pending incoming connection in
    OpenSent state, and another incoming connection was received, then the
    outgoing connection (and whole BGP session) was closed, but the old
    incoming connection was just overwritten by the new one. That later
    caused a crash when the hold timer from the old connection fired.
    487c6961