blob: 45d5dbd45ddfe4e530c03b6c0ae620ffb2a6d3ba (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<!-- included start from ospfv3/interface.xml.i -->
<node name="interface">
<properties>
<help>Show OSPFv3 interface information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
<node name="prefix">
<properties>
<help>Show connected prefixes to advertise</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/frr-detail.xml.i>
</children>
</node>
<tagNode name="prefix">
<properties>
<help>Show interface prefix route specific information</help>
<completionHelp>
<list><h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/frr-detail.xml.i>
<node name="match">
<properties>
<help>Matched interface prefix information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
</children>
</tagNode>
</children>
</node>
<tagNode name="interface">
<properties>
<help>Specific insterface to examine</help>
<completionHelp>
<script>${vyos_completion_dir}/list_interfaces</script>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
<node name="prefix">
<properties>
<help>Show connected prefixes to advertise</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/frr-detail.xml.i>
</children>
</node>
<tagNode name="prefix">
<properties>
<help>Show interface prefix route specific information</help>
<completionHelp>
<list><h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/frr-detail.xml.i>
<node name="match">
<properties>
<help>Matched interface prefix information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
</children>
</tagNode>
</children>
</tagNode>
<!-- included end -->
|