From c7e843c1a7f376890d641730ebece1c94d8fab58 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 7 Nov 2024 15:03:01 +0100 Subject: [PATCH] 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 a9c623a5c..3faa9f3cf 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 bd6e90d6e..90c565aea 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 */ -- 2.47.2