diff options
author | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2022-11-03 08:31:19 +0100 |
---|---|---|
committer | Carmine Scarpitta <cscarpit@cisco.com> | 2023-12-14 14:58:35 +0100 |
commit | baffed018dd8a13505a8ec24b0dc4585e2bfee20 (patch) | |
tree | 17cefb6dd81b8f8793620d947569444fe316587d | |
parent | tests: Add topotests for SRv6 encap source address (diff) | |
download | frr-baffed018dd8a13505a8ec24b0dc4585e2bfee20.tar.xz frr-baffed018dd8a13505a8ec24b0dc4585e2bfee20.zip |
doc: Add doc for SRv6 encapsulation source address
Add documentation for the new SRv6 encapsulation source address feature.
Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
-rw-r--r-- | doc/user/zebra.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 3f91ae11b..f65c33fd6 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -998,6 +998,14 @@ and this section also helps that case. ! ... +.. clicmd:: encapsulation + + Configure parameters for SRv6 encapsulation. + +.. clicmd:: source-address X:X::X:X + + Configure the source address of the outer encapsulating IPv6 header. + .. _multicast-rib-commands: Multicast RIB Commands |