0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00
bird/proto/bgp
Ondrej Zajicek (work) 702e2bcef2 BGP: Fix bug in incoming connection handling
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.
2016-05-03 09:25:37 +02:00
..
attrs.c BGP multipath support 2015-06-08 02:24:08 +02:00
bgp.c BGP: Fix bug in incoming connection handling 2016-05-03 09:25:37 +02:00
bgp.h Integrate MRT Table Dump (RFC 6396) into BIRD 2016-01-06 13:28:46 +01:00
config.Y BGP: Extended messages support 2015-07-18 13:38:21 +02:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Integrate MRT Table Dump (RFC 6396) into BIRD 2016-01-06 13:28:46 +01:00
mrt.c MRT Table Dump: draft-petrie-grow-mrt-add-paths 2016-01-06 14:41:48 +01:00
mrt.h Integrate MRT Table Dump (RFC 6396) into BIRD 2016-01-06 13:28:46 +01:00
packets.c BGP: Update capability number from IANA for extended messages 2016-05-03 09:25:37 +02:00