From 843bd050877ce9995f6055fe86150bccd5a6beef Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 27 Sep 2023 12:51:55 +0200 Subject: [PATCH] BGP: Splitting Route Refresh and Enhanced Route Refresh toggles --- doc/bird.sgml | 16 +++++++++++----- proto/bgp/bgp.h | 1 + proto/bgp/config.Y | 4 +++- proto/bgp/packets.c | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 0da616c7..3fdb1535 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2706,14 +2706,20 @@ using the following configuration parameters: changes its import filter, or if there is suspicion of inconsistency) it is necessary to do a new complete route exchange. BGP protocol extension Route Refresh () allows BGP speaker to request - re-advertisement of all routes from its neighbor. BGP protocol - extension Enhanced Route Refresh () specifies explicit - begin and end for such exchanges, therefore the receiver can remove - stale routes that were not advertised during the exchange. This option - specifies whether BIRD advertises these capabilities and supports + re-advertisement of all routes from its neighbor. This option + specifies whether BIRD advertises this capability and supports related procedures. Note that even when disabled, BIRD can send route refresh requests. Default: on. +