diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-02-27 16:06:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 16:06:24 +0100 |
| commit | 8597bed9fec3ed3b610b38a2d1615eacc66185f6 (patch) | |
| tree | 80c404b4af724772eb28ef5ad3e46c01d847048c /interface-definitions/include/ospf/protocol-common-config.xml.i | |
| parent | 37ec095d61c6ac9622926f6495ffed5719da7fb2 (diff) | |
| parent | 46caac506c2843bf1e1eaeb5d4e0eb9928ce876b (diff) | |
| download | vyos-1x-8597bed9fec3ed3b610b38a2d1615eacc66185f6.tar.gz vyos-1x-8597bed9fec3ed3b610b38a2d1615eacc66185f6.zip | |
Merge pull request #4372 from aapostoliuk/T7118-circinus
T7118: Added the ability to redistribute NHRP routes to other protocols
Diffstat (limited to 'interface-definitions/include/ospf/protocol-common-config.xml.i')
| -rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 10 |
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> |
