blob: 66674e754ebc825897d977d0038928f60a60cf2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!-- included start from ospfv3/linkstate-id-node-tag.xml.i -->
<node name="node.tag">
<properties>
<help>Search by Link state ID</help>
<completionHelp>
<list><x.x.x.x></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
#include <include/frr-detail.xml.i>
#include <include/ospfv3/dump.xml.i>
#include <include/ospfv3/internal.xml.i>
#include <include/ospfv3/self-originated.xml.i>
</children>
</node>
<!-- included end -->
|