Skip to content

Commit

Permalink
doc: Fix the order of SRv6 locator parameters
Browse files Browse the repository at this point in the history
Align the order of the SRv6 locator parameters with the actual implementation:

```
"prefix X:X::X:X/M$prefix [block-len (16-64)$block_bit_len]  \
	        [node-len (16-64)$node_bit_len] [func-bits (0-64)$func_bit_len]"
```

Signed-off-by: Carmine Scarpitta <[email protected]>
  • Loading branch information
cscarpitta committed Dec 21, 2024
1 parent 2f0f5d9 commit bcad7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/zebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 40] [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
Expand Down

0 comments on commit bcad7df

Please sign in to comment.