diff options
author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-12-21 09:30:57 +0100 |
---|---|---|
committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-12-21 09:30:57 +0100 |
commit | fd21131ecf0d6201b18d7338416c7a4c22acda82 (patch) | |
tree | 67813f901fe01f62a733954f735bd2e7193058ae /doc | |
parent | doc: Show the valid range of SRv6 locator block-len (diff) | |
download | frr-fd21131ecf0d6201b18d7338416c7a4c22acda82.tar.xz frr-fd21131ecf0d6201b18d7338416c7a4c22acda82.zip |
doc: Show the valid range of SRv6 locator node-len
The documentation should provide the valid range of SRv6 locator
node-len parameter, rather than the default value.
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/zebra.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 349d4f395..ac29b1c7d 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -926,7 +926,7 @@ and this section also helps that case. Create a new locator. If the name of an existing locator is specified, move to specified locator's configuration node to change the settings it. -.. clicmd:: prefix X:X::X:X/M [block-len (16-64)] [node-len 24] [func-bits (0-64)] +.. clicmd:: prefix X:X::X:X/M [block-len (16-64)] [node-len (16-64)] [func-bits (0-64)] Set the ipv6 prefix block of the locator. SRv6 locator is defined by RFC8986. The actual routing protocol specifies the locator and allocates a |