[net] miniupnpd: In config file corrected int_address to int_addr

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2011-03-08 16:09:59 +00:00
parent 61c9362c54
commit 1919981338

View File

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