summaryrefslogtreecommitdiffstats
path: root/doc/user/ripd.rst
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-05-04 08:12:52 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-05-04 08:23:26 +0200
commit9c011d7eafc205301c1e7a0249a280fd4205ac37 (patch)
tree14e98dd72c2d7c91c1bef0a42be0bf7471625dad /doc/user/ripd.rst
parenttests: Check RIP allow-ecmp an arbitrary number of paths (diff)
downloadfrr-9c011d7eafc205301c1e7a0249a280fd4205ac37.tar.xz
frr-9c011d7eafc205301c1e7a0249a280fd4205ac37.zip
doc: Add RIP `allow-ecmp` command
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc/user/ripd.rst')
-rw-r--r--doc/user/ripd.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/ripd.rst b/doc/user/ripd.rst
index 67323e61f..f9c772430 100644
--- a/doc/user/ripd.rst
+++ b/doc/user/ripd.rst
@@ -159,6 +159,11 @@ RIP Configuration
If `poisoned-reverse` is also set, the router sends the poisoned routes
with highest metric back to the sending router.
+.. clicmd:: allow-ecmp [1-MULTIPATH_NUM]
+
+ Control how many ECMP paths RIP can inject for the same prefix. If specified
+ without a number, a maximum is taken (compiled with ``--enable-multipath``).
+
.. _rip-version-control:
RIP Version Control