diff options
author | Robert Göhler <github@ghlr.de> | 2025-03-25 08:19:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-25 08:19:50 +0100 |
commit | 90c48fbd0c25672ebd89473185b1f09df2dd4af8 (patch) | |
tree | 92f1674b5b4fa91562bf8ea5313721c212af691d | |
parent | 1c470d8f7a791c04fea3f6b8931d7f100dfcddc3 (diff) | |
parent | e585f01bf26967835675fa0aafe5308e79f0ba9a (diff) | |
download | vyos-documentation-90c48fbd0c25672ebd89473185b1f09df2dd4af8.tar.gz vyos-documentation-90c48fbd0c25672ebd89473185b1f09df2dd4af8.zip |
Merge pull request #1613 from aapostoliuk/T7157-current
bgp: T7157: Allow using route-maps for VRF route leaking in BGP
-rw-r--r-- | docs/configuration/vrf/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index e9115458..9082e8d4 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -505,6 +505,12 @@ address-family. derived and should not be specified explicitly for either the source or destination VRF’s. +.. cfgcmd:: set vrf name <name> protocols bgp address-family + <ipv4-unicast|ipv6-unicast> route-map vrf import + [route-map <name>] + + Specifies an optional route-map to be applied to routes imported from VRFs. + .. cfgcmd:: set vrf name <name> protocols bgp interface <interface> mpls forwarding |