summaryrefslogtreecommitdiff
path: root/op-mode-definitions/telnet.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-01 21:10:45 +0200
committerGitHub <noreply@github.com>2019-09-01 21:10:45 +0200
commitb25d8e9787ee5243feb6b08098bbba958fe22d8c (patch)
treecf0821334cd982e6c025ff820edcbcb363871713 /op-mode-definitions/telnet.xml
parent308886a3fc28aa7772c14452185fb06531ba9dfd (diff)
parent76f498220c796a39a92ce3bed47c1cc5bac1a99d (diff)
downloadvyos-1x-b25d8e9787ee5243feb6b08098bbba958fe22d8c.tar.gz
vyos-1x-b25d8e9787ee5243feb6b08098bbba958fe22d8c.zip
Merge pull request #119 from alkersan/T1621_misc_rewrites
[op-mode] T1621 rewrite misc commands to python/xml syntax
Diffstat (limited to 'op-mode-definitions/telnet.xml')
-rw-r--r--op-mode-definitions/telnet.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/telnet.xml b/op-mode-definitions/telnet.xml
index 7ec75be88..c5bb6d283 100644
--- a/op-mode-definitions/telnet.xml
+++ b/op-mode-definitions/telnet.xml
@@ -5,23 +5,23 @@
<help>Telnet to a node</help>
</properties>
<children>
- <tagNode name="">
+ <tagNode name="to">
<properties>
<help>Telnet to a host</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>/usr/bin/telnet $2</command>
+ <command>/usr/bin/telnet $3</command>
<children>
- <tagNode name="">
+ <tagNode name="port">
<properties>
<help>Telnet to a host:port</help>
<completionHelp>
<list>&lt;0-65535&gt;</list>
</completionHelp>
</properties>
- <command>/usr/bin/telnet $2 $3</command>
+ <command>/usr/bin/telnet $3 $5</command>
</tagNode>
</children>
</tagNode>