summaryrefslogtreecommitdiff
path: root/templates/firewall/broadcast-ping
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-26 20:53:22 -0700
committerStig Thormodsrud <stig@vyatta.com>2010-07-27 15:58:36 -0700
commita6aa2159244af565c93a0d771326141b2bb90be2 (patch)
tree8eb95932c54148205cef94a242bc7a16309e91d2 /templates/firewall/broadcast-ping
parent17e233fa5b7a6b2e2e14a3e14c824ca056c2e11f (diff)
downloadvyatta-cfg-firewall-a6aa2159244af565c93a0d771326141b2bb90be2.tar.gz
vyatta-cfg-firewall-a6aa2159244af565c93a0d771326141b2bb90be2.zip
Convert firewall rules to val_help:
Convert some (but not all) of existing rules using comp_help: to use val_help: (cherry picked from commit 77e13fa992a50cc5721bbad64235bff8f8ecd50d)
Diffstat (limited to 'templates/firewall/broadcast-ping')
-rw-r--r--templates/firewall/broadcast-ping/node.def5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/firewall/broadcast-ping/node.def b/templates/firewall/broadcast-ping/node.def
index bded462..e779a8b 100644
--- a/templates/firewall/broadcast-ping/node.def
+++ b/templates/firewall/broadcast-ping/node.def
@@ -7,9 +7,8 @@ type: txt
help: Policy for handling broadcast IPv4 ICMP echo and timestamp requests
-comp_help:Possible completions:
- disable\tDisable processing of broadcast IPv4 ICMP echo/timestamp requests
- enable\tEnable processing of broadcast IPv4 ICMP echo/timestamp requests
+val_help: disable; Disable processing of broadcast IPv4 ICMP echo/timestamp requests
+val_help: enable; Enable processing of broadcast IPv4 ICMP echo/timestamp requests
default: "disable"