summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorCheeze-It <16260577+Cheeze-It@users.noreply.github.com>2026-04-30 06:25:49 -0600
committerGitHub <noreply@github.com>2026-04-30 15:25:49 +0300
commitcf5d2b87e184c50b02638442cbc0691e6433dc4c (patch)
treed0f2d3336182eee3cf197529a9f84760a20cd0e7 /op-mode-definitions
parentdefc2a20adfef3cfa2018c061ab5bc92881203d4 (diff)
downloadvyos-1x-cf5d2b87e184c50b02638442cbc0691e6433dc4c.tar.gz
vyos-1x-cf5d2b87e184c50b02638442cbc0691e6433dc4c.zip
T6750: sr-te: Adding initial Segment Routing Traffic Engineering portion of FRR (#4994)
* sr-te: T6750: Adding Segment Routing Traffic Engineering portion of FRR --------- Co-authored-by: Cheeze_It <none@none.com> Co-authored-by: Christian Breunig <christian@breunig.cc>
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-segment-routing.xml.in17
1 files changed, 15 insertions, 2 deletions
diff --git a/op-mode-definitions/show-segment-routing.xml.in b/op-mode-definitions/show-segment-routing.xml.in
index fc17e2f39..0f7fa5d76 100644
--- a/op-mode-definitions/show-segment-routing.xml.in
+++ b/op-mode-definitions/show-segment-routing.xml.in
@@ -4,12 +4,12 @@
<children>
<node name="segment-routing">
<properties>
- <help>Show Segment Routing</help>
+ <help>Show Segment Routing Information</help>
</properties>
<children>
<node name="srv6">
<properties>
- <help>Segment Routing SRv6</help>
+ <help>Segment Routing over IPv6 information</help>
</properties>
<children>
<node name="locator">
@@ -26,6 +26,19 @@
</node>
</children>
</node>
+ <node name="traffic-engineering">
+ <properties>
+ <help>Traffic Engineering information</help>
+ </properties>
+ <children>
+ <leafNode name="database">
+ <properties>
+ <help>Show Traffic Engineering database</help>
+ </properties>
+ <command>vtysh -c "show pathd ted database verbose"</command>
+ </leafNode>
+ </children>
+ </node>
</children>
</node>
</children>