From b4196b70c4463d78f8f202ef4ad65c24f240e1a2 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 6 Nov 2024 13:05:32 +0100 Subject: [PATCH 1/2] BGP: SendHoldTimer became an RFC, updating docs --- doc/bird.sgml | 3 +-- proto/bgp/packets.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index e964ff06..a9c623a5 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3219,8 +3219,7 @@ using the following configuration parameters: Send hold timer drops the session if the neighbor is sending keepalives, but does not receive our messages, causing the TCP connection to stall. This may happen due to malfunctioning or overwhelmed neighbor. See - for more details. + for more details. Like the option Date: Thu, 7 Nov 2024 15:03:01 +0100 Subject: [PATCH 2/2] BGP: Add RFC 9687 to list of supported RFCs --- doc/bird.sgml | 1 + proto/bgp/bgp.c | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/bird.sgml b/doc/bird.sgml index a9c623a5..3faa9f3c 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2781,6 +2781,7 @@ avoid routing loops. - Extended Optional Parameters Length for BGP OPEN Message - Revised Validation Procedure for BGP Flow Specifications - Route Leak Prevention and Detection Using Roles + - Send Hold Timer Route selection rules diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index bd6e90d6..90c565ae 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -104,6 +104,7 @@ * RFC 9072 - Extended Optional Parameters Length for BGP OPEN Message * RFC 9117 - Revised Validation Procedure for BGP Flow Specifications * RFC 9234 - Route Leak Prevention and Detection Using Roles + * RFC 9687 - Send Hold Timer * draft-uttaro-idr-bgp-persistence-04 * draft-walton-bgp-hostname-capability-02 */