summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-06-20 15:20:36 +0200
committerGitHub <noreply@github.com>2023-06-20 15:20:36 +0200
commit4d9fb376c8c4feab96a9ea53e5da9c7d3ba91da1 (patch)
tree3a50402c04d3883125c23614b8de1fb5ca63e6cf /doc/user
parentMerge pull request #13750 from louis-6wind/fix-no-retain-memory-usage (diff)
parentbgpd: Implement `neighbor X addpath-tx-best-selected` command (diff)
downloadfrr-4d9fb376c8c4feab96a9ea53e5da9c7d3ba91da1.tar.xz
frr-4d9fb376c8c4feab96a9ea53e5da9c7d3ba91da1.zip
Merge pull request #13728 from opensourcerouting/fix/addpath_drop_non_best_addpaths
bgpd: Implement neighbor X addpath-tx-best-selected command
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/bgp.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 29d437b39..ff8ff5a96 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -1669,6 +1669,10 @@ Configuring Peers
Configure BGP to send best known paths to neighbor in order to preserve multi
path capabilities inside a network.
+.. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-best-selected (1-6)
+
+ Configure BGP to calculate and send N best known paths to the neighbor.
+
.. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> disable-addpath-rx
Do not accept additional paths from this neighbor.