blob: ebdb51a613527b3790e9e45f4c43aa71dd41207d (
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
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="segment-routing">
<properties>
<help>Show Segment Routing</help>
</properties>
<children>
<node name="srv6">
<properties>
<help>Segment Routing SRv6</help>
</properties>
<children>
<node name="locator">
<properties>
<help>Locator Information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|