Update action_map.yml

Update firewall arguments
This commit is contained in:
titoko 2012-12-12 14:17:33 +01:00 committed by Titoko
parent dc29da8316
commit 52ed3ba9e3

View file

@ -420,15 +420,21 @@ firewall:
- UDP - UDP
- TCP - TCP
- Both - Both
name:
help: Reference name of the rule
### firewall_disallow() ### firewall_disallow()
disallow: disallow:
action_help: Disallow connection action_help: Disallow connection
arguments: arguments:
name: port:
help: Reference name of the rule to delete help: Port to open
protocol:
help: Protocol associated with port
choices:
- UDP
- TCP
- Both
############################# #############################