summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ospf
diff options
context:
space:
mode:
authoraapostoliuk <a.apostoliuk@vyos.io>2025-02-26 14:40:46 +0200
committeraapostoliuk <a.apostoliuk@vyos.io>2025-02-26 14:40:46 +0200
commit46caac506c2843bf1e1eaeb5d4e0eb9928ce876b (patch)
tree14eaa7169574fbc5f9fb6d1786d1d864cec318b6 /interface-definitions/include/ospf
parent4ce3b92f92739570233928980622d97220ffce71 (diff)
downloadvyos-1x-46caac506c2843bf1e1eaeb5d4e0eb9928ce876b.tar.gz
vyos-1x-46caac506c2843bf1e1eaeb5d4e0eb9928ce876b.zip
T7118: Added the ability to redistribute NHRP routes to other protocols
Added the ability to redistribute NHRP routes to: OSPF BGP Babel RIP IS-IS
Diffstat (limited to 'interface-definitions/include/ospf')
-rw-r--r--interface-definitions/include/ospf/protocol-common-config.xml.i10
1 files changed, 10 insertions, 0 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i
index cef832381..f597be64e 100644
--- a/interface-definitions/include/ospf/protocol-common-config.xml.i
+++ b/interface-definitions/include/ospf/protocol-common-config.xml.i
@@ -798,6 +798,16 @@
#include <include/route-map.xml.i>
</children>
</node>
+ <node name="nhrp">
+ <properties>
+ <help>Redistribute NHRP 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="rip">
<properties>
<help>Redistribute RIP routes</help>