diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-10 11:21:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 11:21:25 +0100 |
commit | d7c50c8139828db1bebfc767d0878c81418d439f (patch) | |
tree | 6ac98094346fa5e5a59ea276e02f21cec4c2d52a /op-mode-definitions/include/isis-common.xml.i | |
parent | 7a03e2b0ab1d66b9f73b02c5333bff38fb35e258 (diff) | |
parent | 2d778c4cb468352c6ff4ea9d984951f6bb12586c (diff) | |
download | vyos-1x-d7c50c8139828db1bebfc767d0878c81418d439f.tar.gz vyos-1x-d7c50c8139828db1bebfc767d0878c81418d439f.zip |
Merge pull request #2783 from vyos/mergify/bp/sagitta/pr-2263
T5530: isis: Adding loop free alternate feature (backport #2263)
Diffstat (limited to 'op-mode-definitions/include/isis-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/isis-common.xml.i | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/op-mode-definitions/include/isis-common.xml.i b/op-mode-definitions/include/isis-common.xml.i index e94d868e8..493a56633 100644 --- a/op-mode-definitions/include/isis-common.xml.i +++ b/op-mode-definitions/include/isis-common.xml.i @@ -17,6 +17,33 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> +<node name="fast-reroute"> + <properties> + <help>Show IS-IS fast reroute/loop free alternate (lfa) information</help> + </properties> + <children> + <node name="summary"> + <properties> + <help>Show summary of fast reroute/loop free alternate (lfa) information</help> + </properties> + <children> + <leafNode name="level-1"> + <properties> + <help>Show level-1 specific fast reroute/loop free alternate (lfa) information</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </leafNode> + <leafNode name="level-2"> + <properties> + <help>Show level-2 specific fast reroute/loop free alternate (lfa) information</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </leafNode> + </children> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </node> + </children> +</node> <leafNode name="hostname"> <properties> <help>Show IS-IS dynamic hostname mapping</help> |