summaryrefslogtreecommitdiff
path: root/op-mode-definitions/execute-wamp.xml.in
blob: bcceedc53bbbf95fe1742ec7af262efa1892909d (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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="execute">
    <children>
      <tagNode name="owping">
        <properties>
          <help>IP address of the remote OWAMP server</help>
          <completionHelp>
            <list>&lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
          </completionHelp>
        </properties>
        <command>owping $3</command>
      </tagNode>
      <tagNode name="twping">
        <properties>
          <help>IP address of the remote TWAMP server</help>
          <completionHelp>
            <list>&lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
          </completionHelp>
        </properties>
        <command>twping $3</command>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>