From f2ca5c5b952e9795c16d3e630cb61696a96d910c Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 4 May 2022 21:52:01 +0300 Subject: bgpd: Add CLI knob to enable graceful restart for BGP notifications N-bit flag should be exchanged in BGP OPEN messages, not only when the bgpd is restarted/started. Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 6f99b4114..68d6d8714 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -947,6 +947,15 @@ However, it MUST defer route selection for an address family until it either. expires. The stale path timer is started when the router receives a Route-Refresh BoRR message. +.. clicmd:: bgp graceful-restart notification + + Indicate Graceful Restart support for BGP NOTIFICATION messages. + + After changing this parameter, you have to reset the peers in order to advertise + N-bit in Graceful Restart capability. + + Enabled by default. + .. _bgp-per-peer-graceful-restart: BGP Per Peer Graceful Restart -- cgit v1.2.3