diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2025-03-24 12:13:57 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2025-03-25 07:20:17 +0000 |
commit | 5da1a878350ad1b68da892f90dd2b3f556429cc8 (patch) | |
tree | 956471f2e051f79224fad0aca5afeb4b451bd6d3 | |
parent | d00167ab5ed612d7824133359c0a2178185d6fcb (diff) | |
download | vyos-documentation-mergify/bp/sagitta/pr-1613.tar.gz vyos-documentation-mergify/bp/sagitta/pr-1613.zip |
bgp: T7157: Allow using route-maps for VRF route leaking in BGPmergify/bp/sagitta/pr-1613
Allow using route-maps for VRF route leaking in BGP
(cherry picked from commit e585f01bf26967835675fa0aafe5308e79f0ba9a)
-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 08f489bb..0d44e326 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 |