diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-12-21 17:14:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 17:14:42 +0200 |
| commit | 8cd73c792c7669d7ce1ec3ca17c3d1992040cad6 (patch) | |
| tree | 1374e579c6ef53ed99dd5815bc60ea4c670621e3 | |
| parent | f3b55831b4af1734c8d05831d58ee913c1612956 (diff) | |
| parent | fd21131ecf0d6201b18d7338416c7a4c22acda82 (diff) | |
Merge pull request #17703 from cscarpitta/fix/fix-srv6-locator-doc
doc: Fix SRv6 locator documentation
| -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 46eddfe05d..ac29b1c7d4 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 [func-bits (0-64)] [block-len 40] [node-len 24] +.. 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 |
