diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-04 18:44:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 18:44:34 +0100 |
commit | bd0f7537e74b4fe99796ceb5352ea573fde348da (patch) | |
tree | 407660df180049c7a15c814a6de9c11fcb266f08 /interface-definitions | |
parent | 0eb1b68f9edd701a88f9466b84577806f79fe703 (diff) | |
parent | e2afe33855022d165445038b811075bae128c01a (diff) | |
download | vyos-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.i | 10 |
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> |