blob: 7ec75be88f625310464315534921396835cc2757 (
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
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="telnet">
<properties>
<help>Telnet to a node</help>
</properties>
<children>
<tagNode name="">
<properties>
<help>Telnet to a host</help>
<completionHelp>
<list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list>
</completionHelp>
</properties>
<command>/usr/bin/telnet $2</command>
<children>
<tagNode name="">
<properties>
<help>Telnet to a host:port</help>
<completionHelp>
<list><0-65535></list>
</completionHelp>
</properties>
<command>/usr/bin/telnet $2 $3</command>
</tagNode>
</children>
</tagNode>
</children>
</node>
</interfaceDefinition>
|