diff options
author | Don Slice <dslice@cumulusnetworks.com> | 2020-04-15 20:52:33 +0200 |
---|---|---|
committer | Don Slice <dslice@cumulusnetworks.com> | 2020-04-15 20:52:33 +0200 |
commit | 2a3a98386af7e5a17ace990f959d5b27aa10b103 (patch) | |
tree | cec65dc991bbc991c6362c9e23de8058140913ac /doc | |
parent | zebra: add ability to set hoplimit for IPv6 RAs (diff) | |
download | frr-2a3a98386af7e5a17ace990f959d5b27aa10b103.tar.xz frr-2a3a98386af7e5a17ace990f959d5b27aa10b103.zip |
doc: Documentation for ipv6 nd ra-hop-limit command
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/ipv6.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/ipv6.rst b/doc/user/ipv6.rst index f3f064b85..8af54ee23 100644 --- a/doc/user/ipv6.rst +++ b/doc/user/ipv6.rst @@ -91,6 +91,17 @@ Router Advertisement Default: enabled .. index:: + single: ipv6 nd ra-hop-limit (0-255) + single: no ipv6 nd ra-hop-limit [(0-255)] +.. clicmd:: [no] ipv6 nd ra-hop-limit [(0-255)] + + The value to be placed in the hop count field of router advertisements sent + from the interface, in hops. Indicates the maximum diameter of the network. + Setting the value to zero indicates that the value is unspecified by this + router. Must be between zero or 255 hops. + Default: ``64`` + +.. index:: single: ipv6 nd ra-lifetime (0-9000) single: no ipv6 nd ra-lifetime [(0-9000)] .. clicmd:: [no] ipv6 nd ra-lifetime [(0-9000)] |