[net] miniupnpd: Corrected ip_mask to int_addr in upnpd config file too. Thanks jow.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25955 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2011-03-08 15:01:26 +00:00
parent c890475ae7
commit 4a81d0e598

View File

@ -10,5 +10,5 @@ config upnpd config
config perm_rule
option action deny
option ext_ports 0-65535
option ip_mask 0.0.0.0/0
option int_address 0.0.0.0/0
option int_ports '0:65535'