diff options
| author | aapostoliuk <a.apostoliuk@vyos.io> | 2025-02-26 14:40:46 +0200 |
|---|---|---|
| committer | aapostoliuk <a.apostoliuk@vyos.io> | 2025-02-26 14:40:46 +0200 |
| commit | 46caac506c2843bf1e1eaeb5d4e0eb9928ce876b (patch) | |
| tree | 14eaa7169574fbc5f9fb6d1786d1d864cec318b6 /interface-definitions/include/isis | |
| parent | 4ce3b92f92739570233928980622d97220ffce71 (diff) | |
| download | vyos-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/isis')
| -rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index 35ce80be9..e0a7e62b6 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -418,6 +418,14 @@ #include <include/isis/redistribute-level-1-2.xml.i> </children> </node> + <node name="nhrp"> + <properties> + <help>Redistribute NHRP routes into IS-IS</help> + </properties> + <children> + #include <include/isis/redistribute-level-1-2.xml.i> + </children> + </node> <node name="ospf"> <properties> <help>Redistribute OSPF routes into IS-IS</help> |
