diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-01 20:56:37 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-01 20:56:37 +0200 |
commit | 50136862b98111091bd686fa87f8336e30613d5e (patch) | |
tree | 89be3011f22ae14b5e195345e29d73bc1aa5d2aa /bgpd | |
parent | Merge pull request #12916 from donaldsharp/clang_15_warnings (diff) | |
download | frr-50136862b98111091bd686fa87f8336e30613d5e.tar.xz frr-50136862b98111091bd686fa87f8336e30613d5e.zip |
doc: Add missing rfc9384 to BGP supported RFC list
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/bgp_bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_bfd.c b/bgpd/bgp_bfd.c index a51bcb1a1..d1ddfd046 100644 --- a/bgpd/bgp_bfd.c +++ b/bgpd/bgp_bfd.c @@ -55,7 +55,7 @@ static void bfd_session_status_update(struct bfd_session_params *bsp, } peer->last_reset = PEER_DOWN_BFD_DOWN; - /* draft-ietf-idr-bfd-subcode */ + /* rfc9384 */ if (BGP_IS_VALID_STATE_FOR_NOTIF(peer->status)) bgp_notify_send(peer, BGP_NOTIFY_CEASE, BGP_NOTIFY_CEASE_BFD_DOWN); |