blob: 78ef3efa14738f8bd7777f41b157c6f8509b1e0a (
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
|
<!-- included start from ospfv3/linkstate.xml.i -->
<node name="linkstate">
<properties>
<help>Show OSPFv3 linkstate routing information</help>
</properties>
<children>
#include <include/ospfv3/detail.xml.i>
<tagNode name="network">
<properties>
<help>Show linkstate Network information</help>
<completionHelp>
<list><x.x.x.x></list>
</completionHelp>
</properties>
<children>
<node name="node.tag">
<properties>
<help>Specify Link state ID as IPv4 address notation</help>
<completionHelp>
<list><x.x.x.x></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
</children>
</tagNode>
<tagNode name="router">
<properties>
<help>Show linkstate Router information</help>
<completionHelp>
<list><x.x.x.x></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</tagNode>
</children>
</node>
<!-- included end -->
|