diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-06 19:26:45 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-06 19:26:45 +0200 |
commit | 4f9aa30f86ae589ea6303700a25393048b1e66f3 (patch) | |
tree | d98dd43a59a7884589dafb27cec5a9cdaf931e02 /interface-definitions | |
parent | 144a2a9da0a7e5d30cb14227c2503f52793777da (diff) | |
download | vyos-1x-4f9aa30f86ae589ea6303700a25393048b1e66f3.tar.gz vyos-1x-4f9aa30f86ae589ea6303700a25393048b1e66f3.zip |
vrf: bgp: T3523: add route-map support for kernel routes
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/bgp/protocol-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/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index d85ca4b79..125a81b14 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -1448,6 +1448,7 @@ #include <include/bgp/neighbor-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 8589ffba5..e1a822999 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -9,7 +9,6 @@ </properties> <children> #include <include/bgp/protocol-common-config.xml.i> - #include <include/route-map.xml.i> </children> </node> </children> |