[net] miniupnpd: Corrected ip_mask to int_addr in upnpd config file too. Thanks...
authorDaniel Dickinson <crazycshore@gmail.com>
Tue, 8 Mar 2011 15:01:26 +0000 (15:01 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Tue, 8 Mar 2011 15:01:26 +0000 (15:01 +0000)
SVN-Revision: 25955

net/miniupnpd/files/upnpd.config

index 952a89a80acbde89d6ca876abc2b6bb0062c4ad6..9ca9fdec6a3a657c802c158951baf0704e7c74c7 100644 (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'