summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-14 21:18:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-14 21:18:05 +0000
commit088f2ddc845bcddeaeccc125677d13fe3aba0a10 (patch)
tree93f46aacd0684a44477f83557e0341007efb7578 /etc
parent58e9f5f5ace2b6a406426d67544ab9dd768f9960 (diff)
downloadpfsense-088f2ddc845bcddeaeccc125677d13fe3aba0a10.zip
pfsense-088f2ddc845bcddeaeccc125677d13fe3aba0a10.tar.gz
MFC 13760
Correct UPNP anchor names
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index d6e883a..e86c5cc 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -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'])) {
OpenPOWER on IntegriCloud