summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-19 20:35:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-19 20:35:17 +0000
commitf3216aaa96875f1b8f4f758f16bee677e00214a6 (patch)
tree369cdaeb29b6f22a37b64c94e80e1636d5fc56a1 /etc
parente700437bdff0a337c3cf5c20819094ffd3ab20fd (diff)
downloadpfsense-f3216aaa96875f1b8f4f758f16bee677e00214a6.zip
pfsense-f3216aaa96875f1b8f4f758f16bee677e00214a6.tar.gz
Add UpNp anchor
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 6c9e74d..c1a4ef0 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -510,7 +510,9 @@ function filter_nat_rules_generate() {
$lansa = gen_subnet($lancfg['ipaddr'], $lancfg['subnet']);
- $natrules = "";
+ $natrules = "# UPnPd rdr anchor\n";
+ $natrules .= "\"rdr-anchor \"upnpd/*\"\n";
+
$natrules .= "nat-anchor \"pftpx/*\"\n";
$natrules .= "nat-anchor \"natearly/*\"\n";
OpenPOWER on IntegriCloud