summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-04 18:44:34 +0100
committerGitHub <noreply@github.com>2024-03-04 18:44:34 +0100
commitbd0f7537e74b4fe99796ceb5352ea573fde348da (patch)
tree407660df180049c7a15c814a6de9c11fcb266f08 /interface-definitions
parent0eb1b68f9edd701a88f9466b84577806f79fe703 (diff)
parente2afe33855022d165445038b811075bae128c01a (diff)
downloadvyos-1x-bd0f7537e74b4fe99796ceb5352ea573fde348da.tar.gz
vyos-1x-bd0f7537e74b4fe99796ceb5352ea573fde348da.zip
Merge pull request #3083 from vyos/mergify/bp/sagitta/pr-3078
ospfv3: T6087: add support to redistribute IS-IS routes (backport #3078)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/include/ospfv3/protocol-common-config.xml.i10
1 files changed, 10 insertions, 0 deletions
diff --git a/interface-definitions/include/ospfv3/protocol-common-config.xml.i b/interface-definitions/include/ospfv3/protocol-common-config.xml.i
index 1462b9c15..72fb86d3d 100644
--- a/interface-definitions/include/ospfv3/protocol-common-config.xml.i
+++ b/interface-definitions/include/ospfv3/protocol-common-config.xml.i
@@ -251,6 +251,16 @@
#include <include/route-map.xml.i>
</children>
</node>
+ <node name="isis">
+ <properties>
+ <help>Redistribute IS-IS routes</help>
+ </properties>
+ <children>
+ #include <include/ospf/metric.xml.i>
+ #include <include/ospf/metric-type.xml.i>
+ #include <include/route-map.xml.i>
+ </children>
+ </node>
<node name="kernel">
<properties>
<help>Redistribute kernel routes</help>