diff options
author | Robert Göhler <github@ghlr.de> | 2021-11-16 20:48:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 20:48:22 +0100 |
commit | ad1cc02a66035dde8e2f3416a6ce913260baf0da (patch) | |
tree | f38c486dc827ecabf66997ef01b31bd6bb318497 /docs/configuration | |
parent | 7e01e9f2445c02a9c053fd241703da9b04b4ef18 (diff) | |
parent | a2e70ea25c6a289953be1a82fd88a7d60fa2f4d5 (diff) | |
download | vyos-documentation-ad1cc02a66035dde8e2f3416a6ce913260baf0da.tar.gz vyos-documentation-ad1cc02a66035dde8e2f3416a6ce913260baf0da.zip |
Merge pull request #657 from fett0/l3vpn-bgp-vrf-doc
doc: L3vpn: configuration basic
Diffstat (limited to 'docs/configuration')
-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 e329d48e..05904209 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -366,8 +366,7 @@ address-family. <ipv4-unicast|ipv6-unicast> rd vpn export <asn:nn|address:nn> Specifies the route distinguisher to be added to a route exported from the - current unicast VRF to VPN. Create new VRF instance with `<name>`. The name - is used when placing individual interfaces into the VRF. + current unicast VRF to VPN. .. cfgcmd:: set vrf name <name> protocols bgp address-family <ipv4-unicast|ipv6-unicast> route-target vpn <import|export|both> @@ -452,4 +451,5 @@ are in place. Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt 10.0.0.7 4 65001 2860 2870 0 0 0 1d23h34m 2 10 + .. include:: /_include/common-references.txt |