Skip to content

Commit

Permalink
Merge pull request #17374 from opensourcerouting/fix/rfc_9687
Browse files Browse the repository at this point in the history
Add two RFCs for BGP to the list
  • Loading branch information
riw777 authored Nov 12, 2024
2 parents e895c8e + 9fd7ec9 commit 9ce07a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bgpd/bgpd.h
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,8 @@ enum bgp_fsm_rfc_codes {
BGP_FSM_NotifMsg = 25,
BGP_FSM_KeepAliveMsg = 26,
BGP_FSM_UpdateMsg = 27,
BGP_FSM_UpdateMsgErr = 28
BGP_FSM_UpdateMsgErr = 28,
BGP_FSM_SendHoldTimer_Expires = 29,
};

/*
Expand Down
4 changes: 4 additions & 0 deletions doc/user/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ BGP
:t:`Making Route Flap Damping Usable. C. Pelsser, R. Bush, K. Patel, P. Mohapatra, O. Maennel. May 2014.`
- :rfc:`7300`
:t:`Reservation of Last Autonomous System (AS) Numbers. J. Haas, J. Mitchell. July 2014.`
- :rfc:`7311`
:t:`The Accumulated IGP Metric Attribute for BGP. P. Mohapatra, R. Fernando, E. Rosen, J. Uttaro. August 2014.`
- :rfc:`7313`
:t:`Enhanced Route Refresh Capability for BGP-4. K. Patel, E. Chen, B. Venkatachalapathy. July 2014.`
- :rfc:`7606`
Expand Down Expand Up @@ -389,6 +391,8 @@ BGP
:t:`A BGP Cease NOTIFICATION Subcode for Bidirectional Forwarding Detection (BFD). J. Haas. March 2023.`
- :rfc:`9494`
:t:`Long-Lived Graceful Restart for BGP. J. Uttaro, E. Chen, B. Decraene, J. Scudder. November 2023.`
- :rfc:`9687`
:t:`Border Gateway Protocol 4 (BGP-4) Send Hold Timer. J. Snijders, B. Cartwright-Cox, Y. Qu. November 2024.`

OSPF
----
Expand Down

0 comments on commit 9ce07a1

Please sign in to comment.