blob: 0f7fa5d7653c24098975581a9c6c88f1579352db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="segment-routing">
<properties>
<help>Show Segment Routing Information</help>
</properties>
<children>
<node name="srv6">
<properties>
<help>Segment Routing over IPv6 information</help>
</properties>
<children>
<node name="locator">
<properties>
<help>Locator Information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<node name="manager">
<properties>
<help>Verify SRv6 manager</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</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>
</node>
</interfaceDefinition>
|