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 | |
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')
-rw-r--r-- | interface-definitions/include/bgp/bgp-common-config.xml.i | 1 | ||||
-rw-r--r-- | interface-definitions/protocols-bgp.xml.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/bgp/bgp-common-config.xml.i b/interface-definitions/include/bgp/bgp-common-config.xml.i index c89e2288e..14070e006 100644 --- a/interface-definitions/include/bgp/bgp-common-config.xml.i +++ b/interface-definitions/include/bgp/bgp-common-config.xml.i @@ -824,7 +824,6 @@ #include <include/bgp/bgp-update-source.xml.i>
</children>
</tagNode>
-#include <include/route-map.xml.i>
<node name="timers">
<properties>
<help>BGP protocol timers</help>
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> |