mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:20:12 +00:00
doc: Add missing rfc9384 to BGP supported RFC list
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
6baf6b184c
commit
50136862b9
@ -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);
|
||||
|
@ -424,6 +424,8 @@ BGP
|
||||
:t:`Extended Optional Parameters Length for BGP OPEN Message. E. Chen, J. Scudder. July 2021.`
|
||||
- :rfc:`9234`
|
||||
:t:`Route Leak Prevention and Detection Using Roles in UPDATE and OPEN Messages. A. Azimov, E. Bogomazov, R. Bush, K. Patel, K. Sriram. May 2022.`
|
||||
- :rfc:`9384`
|
||||
:t:`A BGP Cease NOTIFICATION Subcode for Bidirectional Forwarding Detection (BFD). J. Haas. March 2023.`
|
||||
|
||||
OSPF
|
||||
----
|
||||
|
Loading…
Reference in New Issue
Block a user