diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-04 08:12:52 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-05-04 08:23:26 +0200 |
commit | 9c011d7eafc205301c1e7a0249a280fd4205ac37 (patch) | |
tree | 14e98dd72c2d7c91c1bef0a42be0bf7471625dad /doc/user/ripd.rst | |
parent | tests: Check RIP allow-ecmp an arbitrary number of paths (diff) | |
download | frr-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.rst | 5 |
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 |