diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-08 17:32:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-08 20:13:43 +0200 |
commit | 4c3e1b1390e363e34b7e44e07b26e9bea355c659 (patch) | |
tree | 3656670bbed53a0bfd1d3f8ab236696d5ca8f7aa /interface-definitions/protocols-bgp.xml.in | |
parent | 9560d26a8fb726ab100e7978a64942291e53a731 (diff) | |
download | vyos-1x-4c3e1b1390e363e34b7e44e07b26e9bea355c659.tar.gz vyos-1x-4c3e1b1390e363e34b7e44e07b26e9bea355c659.zip |
bgp: T2271: zebra route-map can only be set for default VRF
Diffstat (limited to 'interface-definitions/protocols-bgp.xml.in')
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index d610f8dff..f4ebddb42 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -9,6 +9,7 @@ </properties> <children> #include <include/bgp/bgp-common-config.xml.i> + #include <include/route-map.xml.i> </children> </node> </children> |