diff options
author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-12-21 09:29:55 +0100 |
---|---|---|
committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-12-21 09:29:55 +0100 |
commit | f8ff3e6e06e1512311eeca01ccf7e74c5a8104ee (patch) | |
tree | 4cf18e5dbeeb99b9207005428b8cc32768736baf /doc | |
parent | doc: Fix the order of SRv6 locator parameters (diff) | |
download | frr-f8ff3e6e06e1512311eeca01ccf7e74c5a8104ee.tar.xz frr-f8ff3e6e06e1512311eeca01ccf7e74c5a8104ee.zip |
doc: Show the valid range of SRv6 locator block-len
The documentation should provide the valid range of SRv6 locator
block-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 23bf100c1..349d4f395 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 40] [node-len 24] [func-bits (0-64)] +.. clicmd:: prefix X:X::X:X/M [block-len (16-64)] [node-len 24] [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 |