diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2023-03-30 22:54:16 +0000 |
---|---|---|
committer | fett0 <fernando.gmaidana@gmail.com> | 2023-03-30 22:54:16 +0000 |
commit | d1345fe688546082a1d8283ccb0c3b05bcd0a1d3 (patch) | |
tree | b059f78341c4a4d464522423beb62a7729fbb7d8 | |
parent | c2929ae76df6ad0025ec33c9515a7000781f93f9 (diff) | |
download | vyos-1x-d1345fe688546082a1d8283ccb0c3b05bcd0a1d3.tar.gz vyos-1x-d1345fe688546082a1d8283ccb0c3b05bcd0a1d3.zip |
T5131: fix op-mode show isis segment-routing prefix-sids
-rw-r--r-- | op-mode-definitions/include/isis-common.xml.i | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/op-mode-definitions/include/isis-common.xml.i b/op-mode-definitions/include/isis-common.xml.i index 95a171515..4a2f1e503 100644 --- a/op-mode-definitions/include/isis-common.xml.i +++ b/op-mode-definitions/include/isis-common.xml.i @@ -122,6 +122,12 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> + <leafNode name="prefix-sid"> + <properties> + <help>Show Prefix-SID information</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </leafNode> </children> <command>vtysh -c "show isis route"</command> </node> @@ -136,12 +142,6 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> - <leafNode name="prefix-sids"> - <properties> - <help>Show prefix segment IDs</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - </leafNode> </children> </node> <leafNode name="spf-delay-ietf"> |