]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Add `neighbor ... addpath-rx-paths-limit` command
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 23 Jan 2024 18:32:20 +0000 (20:32 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 13 Feb 2024 15:06:04 +0000 (17:06 +0200)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
doc/user/bgp.rst

index 53dc551ca3530b22740c1ff7c9c72a4698f879ca..b10055f8c4e34286643066d65bcd3dfbd16cee4f 100644 (file)
@@ -1780,6 +1780,17 @@ Configuring Peers
 
    Do not accept additional paths from this neighbor.
 
+.. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> addpath-rx-paths-limit (1-65535)
+
+   Limit the maximum number of paths a BGP speaker can receive from a peer, optimizing
+   the transmission of BGP routes by selectively relaying pertinent routes instead of
+   the entire set.
+
+   If this command is configured, the sender will only send the number of paths specified
+   in PATHS-LIMIT capability.
+
+   To exchange this limit, both peers must support the PATHS-LIMIT capability.
+
 .. clicmd:: neighbor PEER ttl-security hops NUMBER
 
    This command enforces Generalized TTL Security Mechanism (GTSM), as