0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00
bird/proto/bfd
Ondrej Zajicek 99872676df BFD: Improve incoming packet matching
For active sessions, ignore received packets with zero local id and
mismatched remote id. That forces a session timeout instead of an
immediate session restart. It makes BFD sessions more resilient to
packet spoofing.

Thanks to André Grüneberg for the suggestion.
2023-01-22 23:42:08 +01:00
..
bfd.c Merge commit '692055e3df6cc9f0d428d3b0dd8cdd8e825eb6f4' into haugesund-to-2.0 2022-05-30 15:17:52 +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