]> git.proxmox.com Git - mirror_frr.git/commit
ripd: support BFD integration
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 14 Oct 2021 15:12:37 +0000 (12:12 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 19 Apr 2023 12:15:01 +0000 (09:15 -0300)
commitc262df828b2475632f590c256db677b424d868c7
tree85a8ab1e5ff016e9cdc28e18f91d263a207c8d32
parentfec51f2e2be021108dc1de4dd1ea89516082eaf7
ripd: support BFD integration

Implement RIP peer monitoring with BFD.

RFC 5882 Generic Application of Bidirectional Forwarding Detection
(BFD), Section 10.3 Interactions with RIP.

Co-authored-by: Renato Westphal <renato@opensourcerouting.org>
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
15 files changed:
ripd/rip_bfd.c [new file with mode: 0644]
ripd/rip_bfd.h [new file with mode: 0644]
ripd/rip_cli.c
ripd/rip_interface.c
ripd/rip_main.c
ripd/rip_nb.c
ripd/rip_nb.h
ripd/rip_nb_config.c
ripd/rip_peer.c
ripd/rip_zebra.c
ripd/ripd.c
ripd/ripd.h
ripd/subdir.am
yang/frr-ripd.yang
zebra/zebra_ptm.h