diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-08-16 21:41:23 +0200 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-08-16 21:41:23 +0200 | 
| commit | f6a30534bd173bcdc0667627e52498c2800d454c (patch) | |
| tree | 277a757721d7e11b09c0252abd463d5cb967f880 /docs/configuration/vrf | |
| parent | aa7bd60c02abae1facb5c9a1272ce15b885f8145 (diff) | |
| download | vyos-documentation-f6a30534bd173bcdc0667627e52498c2800d454c.tar.gz vyos-documentation-f6a30534bd173bcdc0667627e52498c2800d454c.zip | |
l3vpn: T5338: fix review comment
Diffstat (limited to 'docs/configuration/vrf')
| -rw-r--r-- | docs/configuration/vrf/index.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 8ad71497..8834ad33 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -444,8 +444,8 @@ address-family.     derived and should not be specified explicitly for either the source or     destination VRF’s. -.. cfgcmd:: set [vrf name <name>] protocols bgp interface -            <name> mpls forwarding +.. cfgcmd:: set vrf name <name> protocols bgp interface <interface> mpls +            forwarding     It is possible to permit BGP install VPN prefixes without transport labels.     This configuration will install VPN prefixes originated from an e-bgp session, | 
