0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00
bird/proto/bfd
Ondrej Zajicek aa70e14c9e BFD: Improve handling of AdminDown
According to RFC 5882, system should not interpret the local or remote
session state transition to AdminDown as failure. We followed that for
the local session state but not for the remote session state (which
just triggered a transition of the local state to Down). The patch
fixes that.

We do not properly generate AdminDown on our side, so the patch is
relevant just for interoperability with other systems.

Thanks to Sunnat Samadov for the bugreport.
2023-08-29 18:23:29 +02:00
..
bfd.c BFD: Improve handling of AdminDown 2023-08-29 18:23:29 +02:00
bfd.h BFD: Add 'strict bind' option 2022-04-07 19:33:40 +02:00
config.Y BFD: Add 'strict bind' option 2022-04-07 19:33:40 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
io.c Introducing an universal temporary linpool flushed after every task 2022-03-02 12:13:49 +01:00
io.h Timers: Split microsecond timers from BFD code to lib 2017-12-07 13:46:53 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c BFD: Improve incoming packet matching 2023-01-22 23:42:08 +01:00