Update action_map : add upnp option for firewall

This commit is contained in:
titoko 2013-02-11 13:40:37 +01:00
parent bf80f25468
commit 00b712f5bf

View file

@ -411,7 +411,11 @@ firewall:
### firewall_reload()
reload:
action_help: Reload all firewall rules
arguments:
-u:
full: --upnp
help: upnp
action: store_true
### firewall_allow()
allow:
action_help: Allow connection port/protocol
@ -428,6 +432,10 @@ firewall:
full: --ipv6
help: ipv6
action: store_true
-u:
full: --upnp
help: upnp
action: store_true
### firewall_disallow()
@ -446,6 +454,10 @@ firewall:
full: --ipv6
help: ipv6
action: store_true
-u:
full: --upnp
help: upnp
action: store_true
#############################