summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols-bgp.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-23 19:31:12 +0100
committerGitHub <noreply@github.com>2021-02-23 19:31:12 +0100
commit162f2f00ab1fb3f01e1120945960d2677543dc3e (patch)
treefeb55e6bd1e6c13ae7cac9ea2b158763cd6289cf /interface-definitions/protocols-bgp.xml.in
parent09b1b533d14e029427234ca153c0b700dbf04a09 (diff)
parent75dc3f62a0e9fcb8d1bd9b732e4cd126ff751abb (diff)
downloadvyos-1x-162f2f00ab1fb3f01e1120945960d2677543dc3e.tar.gz
vyos-1x-162f2f00ab1fb3f01e1120945960d2677543dc3e.zip
Merge pull request #739 from sever-sever/T3211
routing: T3211: Add redistribute protocol IS-IS to bgp ospf rip
Diffstat (limited to 'interface-definitions/protocols-bgp.xml.in')
-rw-r--r--interface-definitions/protocols-bgp.xml.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in
index 4af53acdc..69f4c2d52 100644
--- a/interface-definitions/protocols-bgp.xml.in
+++ b/interface-definitions/protocols-bgp.xml.in
@@ -75,6 +75,14 @@
#include <include/bgp-afi-redistribute-metric-route-map.xml.i>
</children>
</node>
+ <node name="isis">
+ <properties>
+ <help>Redistribute IS-IS routes into BGP</help>
+ </properties>
+ <children>
+ #include <include/bgp-afi-redistribute-metric-route-map.xml.i>
+ </children>
+ </node>
<node name="kernel">
<properties>
<help>Redistribute kernel routes into BGP</help>