blob: dbb205c6b99d7b734404b39809c0180c31a8f08b (
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="force">
<children>
<tagNode name="owping">
<properties>
<help>IP address of the remote OWAMP server</help>
<completionHelp>
<list><x.x.x.x> <h:h:h:h:h:h:h:h></list>
</completionHelp>
</properties>
<command>owping $3</command>
</tagNode>
<tagNode name="twping">
<properties>
<help>IP address of the remote TWAMP server</help>
<completionHelp>
<list><x.x.x.x> <h:h:h:h:h:h:h:h></list>
</completionHelp>
</properties>
<command>twping $3</command>
</tagNode>
</children>
</node>
</interfaceDefinition>
|