diff options
author | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2022-11-18 09:09:48 +0100 |
---|---|---|
committer | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2022-11-18 09:09:48 +0100 |
commit | 8265cbc769f022f11927ac1921d7f5b2f7da7843 (patch) | |
tree | af9fc72fe7e50f7c802bb1bd29d6a04172c925b9 /doc | |
parent | bgpd: Fix SRv6 SID index limit (diff) | |
download | frr-8265cbc769f022f11927ac1921d7f5b2f7da7843.tar.xz frr-8265cbc769f022f11927ac1921d7f5b2f7da7843.zip |
doc: Update the SRv6 SID index limit in BGP doc
The `sid vpn per-vrf export` VTY command in bgpd has been extended to
support up to 1048575 SIDs.
This commit updates the documentation of the `sid vpn per-vrf export`
command.
Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 7083b19b9..662796cdd 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2935,12 +2935,12 @@ General configuration Configuration of the SRv6 SID used to advertise a L3VPN for both IPv4 and IPv6 is accomplished via the following command in the context of a VRF: -.. clicmd:: sid vpn per-vrf export (1..255)|auto +.. clicmd:: sid vpn per-vrf export (1..1048575)|auto Enables a SRv6 SID to be attached to a route exported from the current unicast VRF to VPN. A single SID is used for both IPv4 and IPv6 address families. If you want to set a SID for only IPv4 address family or IPv6 - address family, you need to use the command ``sid vpn export (1..255)|auto`` + address family, you need to use the command ``sid vpn export (1..1048575)|auto`` in the context of an address-family. If the value specified is ``auto``, the SID value is automatically assigned from a pool maintained by the Zebra daemon. If Zebra is not running, or if this command is not configured, automatic |