summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3/linkstate.xml.i
blob: 030dc792368835f8217e48ad0125b5eb16780c45 (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/frr-detail.xml.i>
    <tagNode name="network">
      <properties>
        <help>Show linkstate Network information</help>
        <completionHelp>
          <list>&lt;x.x.x.x&gt;</list>
        </completionHelp>
      </properties>
      <children>
        <node name="node.tag">
          <properties>
            <help>Specify Link state ID as IPv4 address notation</help>
            <completionHelp>
              <list>&lt;x.x.x.x&gt;</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>&lt;x.x.x.x&gt;</list>
        </completionHelp>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </tagNode>
  </children>
</node>
<!-- included end -->