diff options
Diffstat (limited to 'templates/firewall/broadcast-ping/node.def')
-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 ]; \ |