From: Ondrej Zajicek Date: Thu, 7 Nov 2024 14:03:01 +0000 (+0100) Subject: BGP: Add RFC 9687 to list of supported RFCs X-Git-Tag: v2.16~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e843c1a7f376890d641730ebece1c94d8fab58;p=thirdparty%2Fbird.git BGP: Add RFC 9687 to list of supported RFCs --- 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 */