diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-08-18 18:25:29 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:28 -0500 |
commit | 20f811096765700c5eff5fd86c29be3bd53f0d7b (patch) | |
tree | 555f5c836656fe1ec6b323b9b29f7120e4974130 /templates/telnet | |
parent | 48c7c6e6e2cf737158822191adbc55924de1137e (diff) | |
download | vyatta-op-20f811096765700c5eff5fd86c29be3bd53f0d7b.tar.gz vyatta-op-20f811096765700c5eff5fd86c29be3bd53f0d7b.zip |
Move some more commands
'clear ip route' to 'reset ip route'
'clear ipv6 route' to 'reset ipv6 route'
'clear ipv6 neighbors' to 'reset ipv6 route'
Modified some telnet help text
(cherry picked from commit 8d494099bcbeda63eabe8ef268dbc8838a17ffe9)
Diffstat (limited to 'templates/telnet')
-rw-r--r-- | templates/telnet/node.def | 2 | ||||
-rw-r--r-- | templates/telnet/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/telnet/node.tag/node.tag/node.def | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/telnet/node.def b/templates/telnet/node.def index 99b1f46..e3ec3e0 100644 --- a/templates/telnet/node.def +++ b/templates/telnet/node.def @@ -1 +1 @@ -help: Telnet to <hostname|IPv4 address> +help: Telnet to a node diff --git a/templates/telnet/node.tag/node.def b/templates/telnet/node.tag/node.def index 0b1ecf0..76e9b0a 100644 --- a/templates/telnet/node.tag/node.def +++ b/templates/telnet/node.tag/node.def @@ -1,5 +1,5 @@ help: Telnet to host -allowed: echo -n '<hostname> <x.x.x.x> <y:y:y:y:y>' +allowed: echo -n '<hostname> <x.x.x.x> <h:h:h:h:h:h:h:h>' run: if [ -x /usr/bin/telnet ] ; then /usr/bin/$* diff --git a/templates/telnet/node.tag/node.tag/node.def b/templates/telnet/node.tag/node.tag/node.def index 70a6402..21b78c4 100644 --- a/templates/telnet/node.tag/node.tag/node.def +++ b/templates/telnet/node.tag/node.tag/node.def @@ -1,4 +1,4 @@ -help: Telnet to <hostname|IPv4 address> <port|service> +help: Telnet to <address> <port> allowed: echo -n '<0-65535>' run: if [ -x /usr/bin/telnet ] ; then /usr/bin/$* |