summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2023-04-14 17:17:27 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-05-09 13:54:46 +0000
commit37d5dc445d37df94e6a92495658ce9fffaaa3b76 (patch)
treecd6912c814ce5eaf503e2a6adc745400f4793c81 /doc
parentfb66adb6807690e14f6afe01611f24d76f751234 (diff)
pimd: fix dr-priority range
0 is a valid DR priority. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit b564c1d890aef75067db22df09e608faf72b99f5)
Diffstat (limited to 'doc')
-rw-r--r--doc/user/pim.rst2
-rw-r--r--doc/user/pimv6.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst
index 80a6a2787c..b19bb9d1b3 100644
--- a/doc/user/pim.rst
+++ b/doc/user/pim.rst
@@ -211,7 +211,7 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
messages. This is enabled by default. 'no' form of this command is used to
restrict processing of unicast bsm messages on this interface.
-.. clicmd:: ip pim drpriority (1-4294967295)
+.. clicmd:: ip pim drpriority (0-4294967295)
Set the DR Priority for the interface. This command is useful to allow the
user to influence what node becomes the DR for a lan segment.
diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst
index d550c8e89c..b8567e4863 100644
--- a/doc/user/pimv6.rst
+++ b/doc/user/pimv6.rst
@@ -135,7 +135,7 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
command will not do anything if you do not have the underlying ability
of a mlag implementation.
-.. clicmd:: ipv6 pim drpriority (1-4294967295)
+.. clicmd:: ipv6 pim drpriority (0-4294967295)
Set the DR Priority for the interface. This command is useful to allow the
user to influence what node becomes the DR for a lan segment.