0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00
bird/proto/bgp
Maria Matejka 22a0900ec2 BFD: fixed a request pickup race condition
When several BGPs requested a BFD session in short time, chances were
that the second BGP would file a request while the pickup routine was
still running and it would get enqueued into the waiting list instead of
being picked up.

Fixed this by enforcing pickup loop restart when new requests got added,
and also by atomically moving the unpicked requests to a temporary list
to announce admin down before actually being added into the wait list.
2023-04-06 12:48:02 +02:00
..
attrs.c Resource dumps also write out block addresses 2023-04-04 17:00:59 +02:00
bgp.c BFD: fixed a request pickup race condition 2023-04-06 12:48:02 +02:00
bgp.h BGP now has its own loop 2023-04-04 17:00:59 +02:00
config.Y BGP now has its own loop 2023-04-04 17:00:59 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c BGP: sockets use sk_resume_rx and sk_pause_rx 2023-04-04 17:00:59 +02:00