diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-09 01:17:42 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-09 01:17:42 +0000 |
commit | 5351776c92aba1febae07f6558976be8a4002248 (patch) | |
tree | b39e9741027e5a4cd4195c887f06cf8284a8b065 /templates/firewall/broadcast-ping | |
parent | 041c76680a23aa1204cc08d3720d2957f45a9fac (diff) | |
download | vyatta-cfg-firewall-5351776c92aba1febae07f6558976be8a4002248.tar.gz vyatta-cfg-firewall-5351776c92aba1febae07f6558976be8a4002248.zip |
Fix Bug 3069 Help strings should be standardized
- help strings standardized for vyatta-cfg-firewall
Diffstat (limited to 'templates/firewall/broadcast-ping')
-rw-r--r-- | templates/firewall/broadcast-ping/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/firewall/broadcast-ping/node.def b/templates/firewall/broadcast-ping/node.def index 0a15914..e92d08a 100644 --- a/templates/firewall/broadcast-ping/node.def +++ b/templates/firewall/broadcast-ping/node.def @@ -1,5 +1,5 @@ type: txt -help: ignore all ICMP ECHO and TIMESTAMP requests sent via broadcast/multicast +help: Set ignorance of all ICMP ECHO and TIMESTAMP requests sent via broadcast/multicast (default: disable) default: "disable" syntax:expression: $VAR(@) in "enable", "disable"; "broadcast-ping must be enable or disable" create:expression: "if [ x$VAR(@) == xenable ]; \ |