summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-04-20 06:10:37 -0400
committerGitHub <noreply@github.com>2021-04-20 06:10:37 -0400
commit0433e60cb33e24039b28f541ada3141e503b03b9 (patch)
treea1dd58b7cd9381a830e7ec120c1ab1921397357c
parent97444b25addeaa0288a2368d32c2789c4f5fe8f1 (diff)
parent25d6c9671bfe7d99bff9b92e8ca1b23f5a77ac00 (diff)
Merge pull request #8511 from idryzhov/doc-fix-ospfd-maxpath
doc: fix ospfd maximum-paths command
-rw-r--r--doc/user/ospfd.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst
index 7d1e91dc41..ba9917f72f 100644
--- a/doc/user/ospfd.rst
+++ b/doc/user/ospfd.rst
@@ -299,15 +299,11 @@ To start OSPF process you have to specify the OSPF router.
command can be used when the neighbor state get stuck at some state and
this can be used to recover it from that state.
-.. index:: maximum-paths " CMD_RANGE_STR(1, MULTIPATH_NUM)
-.. clicmd:: maximum-paths " CMD_RANGE_STR(1, MULTIPATH_NUM)
+.. clicmd:: maximum-paths (1-64)
-.. index:: maximum-paths " CMD_RANGE_STR(1, MULTIPATH_NUM)
-.. clicmd:: no maximum-paths
-
- CLI to control maximum number of equal cost paths to reach a specific
- destination.(ECMP)
- Reset CLI, resets the maximum supported multi path to the default value.
+ Use this command to control the maximum number of equal cost paths to reach
+ a specific destination. The upper limit may differ if you change the value
+ of MULTIPATH_NUM during compilation. The default is MULTIPATH_NUM (64).
.. _ospf-area: