summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-03-31 08:11:51 +0200
committerGitHub <noreply@github.com>2023-03-31 08:11:51 +0200
commit73285f5ed90239238ac9b6d76bd1fa580301bd2a (patch)
treeb059f78341c4a4d464522423beb62a7729fbb7d8
parentc2929ae76df6ad0025ec33c9515a7000781f93f9 (diff)
parentd1345fe688546082a1d8283ccb0c3b05bcd0a1d3 (diff)
downloadvyos-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.i12
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">