blob: b0ad37f497d348f0adc9c31644f193f3d37c5a33 (
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
47
48
49
50
51
52
53
54
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="zebra">
<properties>
<help>Zebra routing information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
<node name="client">
<properties>
<help>Client information </help>
</properties>
<children>
<node name="summary">
<properties>
<help>Brief Summary</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
</children>
</node>
<node name="dplane">
<properties>
<help>Zebra dataplane information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<node name="router">
<properties>
<help>Zebra Router Information</help>
</properties>
<children>
<node name="table">
<properties>
<help>Table Information about this Zebra Router</help>
</properties>
<children>
<node name="summary">
<properties>
<help>Summary Information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|