diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-01 21:56:37 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-01 21:56:37 +0300 | 
| commit | 50136862b98111091bd686fa87f8336e30613d5e (patch) | |
| tree | 89be3011f22ae14b5e195345e29d73bc1aa5d2aa /bgpd/bgp_bfd.c | |
| parent | 6baf6b184c2cee822b1463708aac9d0886743003 (diff) | |
doc: Add missing rfc9384 to BGP supported RFC list
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_bfd.c')
| -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 a51bcb1a1a..d1ddfd0460 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);  | 
