summaryrefslogtreecommitdiff
path: root/op-mode-definitions/mtr.xml.in
blob: 66729e2bc5cf21a9c6d93e6b3fa7e3c93edb231c (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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="monitor">
    <children>
      <tagNode name="traceroute">
        <properties>
          <help>Monitor Traceroute and ping path to target</help>
          <completionHelp>
            <list>&lt;hostname&gt; &lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
          </completionHelp>
        </properties>
        <command>${vyos_op_scripts_dir}/mtr.py ${@:3}</command>
        <children>
          <leafNode name="node.tag">
            <properties>
              <help>Traceroute options</help>
              <completionHelp>
                <script>${vyos_op_scripts_dir}/mtr.py --get-options-nested "${COMP_WORDS[@]}"</script>
              </completionHelp>
            </properties>
            <command>${vyos_op_scripts_dir}/mtr.py ${@:3}</command>
          </leafNode>
        </children>
      </tagNode>
    </children>
  </node>
  <tagNode name="mtr">
    <properties>
      <help>Monitor Traceroute and ping path to target</help>
      <completionHelp>
        <list>&lt;hostname&gt; &lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
      </completionHelp>
    </properties>
    <command>${vyos_op_scripts_dir}/mtr.py ${@:2}</command>
    <children>
      <leafNode name="node.tag">
        <properties>
          <help>mtr options</help>
          <completionHelp>
            <script>${vyos_op_scripts_dir}/mtr.py --get-options "${COMP_WORDS[@]}"</script>
          </completionHelp>
        </properties>
        <command>${vyos_op_scripts_dir}/mtr.py ${@:2}</command>
      </leafNode>
    </children>
  </tagNode>
</interfaceDefinition>