MFC 13760

Correct UPNP anchor names
This commit is contained in:
Scott Ullrich 2006-08-14 21:18:05 +00:00
parent 58e9f5f5ac
commit 088f2ddc84

View File

@ -514,7 +514,7 @@ function filter_nat_rules_generate() {
$lansa = gen_subnet($lancfg['ipaddr'], $lancfg['subnet']);
$natrules = "# UPnPd rdr anchor\n";
$natrules .= "rdr-anchor \"upnpd/*\"\n";
$natrules .= "rdr-anchor \"miniupnpd\"\n";
$natrules .= "nat-anchor \"pftpx/*\"\n";
@ -1718,6 +1718,9 @@ anchor "packageearly"
# carp
anchor "carp"
# uPnPd
anchor "miniupnpd"
EOD;
if(!isset($config['system']['disableftpproxy'])) {