blob: 9271c9c3acd2ff67c6ecd870312f717a842474dd (
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
76
77
78
79
|
<!-- included start from ospfv3/route.xml.i -->
<node name="route">
<properties>
<help>Show OSPFv3 routing table information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
<node name="external-1">
<properties>
<help>Show Type-1 External route information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/ospfv3/detail.xml.i>
</children>
</node>
<node name="external-2">
<properties>
<help>Show Type-2 External route information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/ospfv3/detail.xml.i>
</children>
</node>
<node name="inter-area">
<properties>
<help>Show Inter-Area route information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/ospfv3/detail.xml.i>
</children>
</node>
<node name="intra-area">
<properties>
<help>Show Intra-Area route information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/ospfv3/detail.xml.i>
</children>
</node>
#include <include/ospfv3/detail.xml.i>
<node name="summary">
<properties>
<help>Show route table summary</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
</children>
</node>
<tagNode name="route">
<properties>
<help>Show specified route/prefix 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>
<node name="longer">
<properties>
<help>Show routes longer than specified prefix</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<node name="match">
<properties>
<help>Show routes matching specified prefix</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/ospfv3/detail.xml.i>
</children>
</node>
</children>
</tagNode>
<!-- included end -->
|