summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3/interface.xml.i
blob: a918651cfab15add414fd28ace018ea1ba241eca (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>
    <virtualTagNode>
      <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>
            <virtualTagNode>
              <properties>
                <help>Show interface prefix route specific information</help>
                <completionHelp>
                  <list>&lt;h:h:h:h:h:h:h:h&gt; &lt;h:h:h:h:h:h:h:h/x&gt;</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>
            </virtualTagNode>
            #include <include/frr-detail.xml.i>
          </children>
        </node>
      </children>
    </virtualTagNode>
    <node name="prefix">
      <properties>
        <help>Show connected prefixes to advertise</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
      <children>
        <virtualTagNode>
          <properties>
            <help>Show interface prefix route specific information</help>
            <completionHelp>
              <list>&lt;h:h:h:h:h:h:h:h&gt; &lt;h:h:h:h:h:h:h:h/x&gt;</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>
        </virtualTagNode>
        #include <include/frr-detail.xml.i>
      </children>
    </node>
  </children>
</node>
<!-- included end -->