diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-04 20:52:01 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-05 11:35:03 +0200 |
commit | f2ca5c5b952e9795c16d3e630cb61696a96d910c (patch) | |
tree | d490468aff5bcf92ae117a36e11b2d8e1fc6d0db /doc | |
parent | Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashget (diff) | |
download | frr-f2ca5c5b952e9795c16d3e630cb61696a96d910c.tar.xz frr-f2ca5c5b952e9795c16d3e630cb61696a96d910c.zip |
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 <donatas@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 |