summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-22 00:07:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-22 00:07:12 +0000
commit49e5bb8efa0a2db008de718f02e52ef73e351bef (patch)
treeef6a458335da85196ad458de4f4a35c07ded7a9d /etc/inc
parent0e5282241b593c18c69b4b9cd04c7ac3df2e4076 (diff)
downloadpfsense-49e5bb8efa0a2db008de718f02e52ef73e351bef.zip
pfsense-49e5bb8efa0a2db008de718f02e52ef73e351bef.tar.gz
Do not rules for static routed interfaces. Our behavior is different from m0n0wall and the user can create their own rules if they wish.
Fixes Ticket #97
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 325b217..ab604e2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -870,7 +870,7 @@ function filter_nat_rules_generate() {
$pptpdcfg['remoteip'] . "/" . $g['pptp_subnet'], null, "", null, null);
}
- /* static routes */
+ /* static routes
if (is_array($config['staticroutes']['route'])) {
foreach ($config['staticroutes']['route'] as $route) {
if ($route['interface'] != "wan")
@@ -878,6 +878,7 @@ function filter_nat_rules_generate() {
$route['network'], null, "", null, null);
}
}
+ */
}
$natrules .= "#SSH Lockout Table\n";
OpenPOWER on IntegriCloud