bird/proto/bgp
Ondrej Zajicek (work) 4a50c8bd03 BGP: Handle corner cases in event ordering
When BGP connection is opened, it may happen that rx hook (with remote
OPEN) is called before tx hook (for local OPEN). Therefore, we need to do
internal changes (like setting local_caps) synchronously with OPENSENT
transition and we need to ensure that OPEN is sent before KEEPALIVE.
2019-04-08 16:56:56 +02:00
..
attrs.c BGP: Separate runtime and config usage of local/remote ip and as fields 2019-04-02 17:22:31 +02:00
bgp.c BGP: Handle corner cases in event ordering 2019-04-08 16:56:56 +02:00
bgp.h BGP: Handle corner cases in event ordering 2019-04-08 16:56:56 +02:00
config.Y BGP: Promiscuous ASN mode 2019-04-03 15:54:50 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
packets.c BGP: Handle corner cases in event ordering 2019-04-08 16:56:56 +02:00