diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-23 23:58:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 23:58:47 +0100 |
commit | 81aba9ff0dc8e74178802ab6e5073a9284726669 (patch) | |
tree | 006846ce44dcd84e004efe1c376293cf62cc79d1 | |
parent | e81c0134e59650ce869da2398aadb6f37597e4b5 (diff) | |
parent | 22ba48e7c903e2c70089e0ab700aab3b5d23286d (diff) | |
download | vyos-1x-81aba9ff0dc8e74178802ab6e5073a9284726669.tar.gz vyos-1x-81aba9ff0dc8e74178802ab6e5073a9284726669.zip |
Merge pull request #741 from sever-sever/T3211_13_rip
rip: T3211: Add redistribute protocol IS-IS into rip
-rw-r--r-- | interface-definitions/protocols-rip.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/protocols-rip.xml.in b/interface-definitions/protocols-rip.xml.in index 34d0a5a10..283e3183e 100644 --- a/interface-definitions/protocols-rip.xml.in +++ b/interface-definitions/protocols-rip.xml.in @@ -317,6 +317,14 @@ #include <include/rip-redistribute.xml.i> </children> </node> + <node name="isis"> + <properties> + <help>Redistribute IS-IS routes</help> + </properties> + <children> + #include <include/rip-redistribute.xml.i> + </children> + </node> <node name="kernel"> <properties> <help>Redistribute kernel routes</help> |