]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Add `neighbor capability dynamic` command 14503/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 28 Sep 2023 10:13:52 +0000 (13:13 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 28 Sep 2023 10:13:52 +0000 (13:13 +0300)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
doc/user/bgp.rst

index 1431cbdd281d1095bc2afd39f4577715d612159a..1dc8dce9adb1d7ff8fd339271e8d432d1926d4df 100644 (file)
@@ -1708,6 +1708,16 @@ Configuring Peers
    turning on this command will allow BGP to install v4 routes with
    v6 nexthops if you do not have v4 configured on interfaces.
 
+.. clicmd:: neighbor PEER capability dynamic
+
+   Allow BGP to negotiate the Dynamic Capability with its peers.
+
+   Dynamic Capability defines a new BGP message (CAPABILITY) that can be used
+   to set/unset BGP capabilities without bringing down a BGP session.
+
+   This includes changing graceful-restart (LLGR also) timers,
+   enabling/disabling add-path, and other supported capabilities.
+
 .. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> accept-own
 
    Enable handling of self-originated VPN routes containing ``accept-own`` community.