diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-31 08:11:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 08:11:51 +0200 |
commit | 73285f5ed90239238ac9b6d76bd1fa580301bd2a (patch) | |
tree | b059f78341c4a4d464522423beb62a7729fbb7d8 | |
parent | c2929ae76df6ad0025ec33c9515a7000781f93f9 (diff) | |
parent | d1345fe688546082a1d8283ccb0c3b05bcd0a1d3 (diff) | |
download | vyos-1x-73285f5ed90239238ac9b6d76bd1fa580301bd2a.tar.gz vyos-1x-73285f5ed90239238ac9b6d76bd1fa580301bd2a.zip |
Merge pull request #1924 from fett0/T5131
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"> |