git-svn-id: https://klish.googlecode.com/svn/trunk@355 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
@@ -13,7 +13,7 @@
<COMMAND name="!"
help="Comments">
- <ACTION>echo</ACTION>
+ <ACTION>true</ACTION>
</COMMAND>
</CLISH_MODULE>
@@ -9,7 +9,7 @@
<!-- Inheritance -->
- <NAMESPACE ref="ping-view"
+ <NAMESPACE ref="ping-view"
help="true"
completion="true"/>
@@ -10,7 +10,7 @@
@@ -18,7 +18,8 @@
<COMMAND name="enable"
help="Turn on privileged commands"
- lock="false">
+ lock="false"
+ interrupt="true">
<ACTION>su -l -c "clish -x /etc/clish-enable"</ACTION>
@@ -11,7 +11,9 @@
<!-- commands set: ping, ping6, arping, traceroute, traceroute6 -->
<!-- ping, ping6, arping -->
<COMMAND name="ping"
- help="Send messages to network hosts">
+ help="Send messages to network hosts"
<PARAM name="proto"
help="Protocol to use for the ping"
optional="true"
@@ -144,7 +146,9 @@
<!-- traceroute, traceroute6 -->
<COMMAND name="traceroute"
- help="Print the route packets trace to network host">
+ help="Print the route packets trace to network host"
help="Protocol to use"
@@ -10,7 +10,9 @@
<!-- Show routing information -->
<COMMAND name="show ip route"
- help="IP routing table">
+ help="IP routing table"
<ACTION>ip route show</ACTION>