summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-04 21:31:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-04 21:31:36 +0000
commit86e12ac22ce987faa4f8cd180c0bfaddb311e2c4 (patch)
treee66f01967b6024cd97dc2a28176e0b87d48d6e5e
parent02b8eb37dabd8970c7c6b51a7f2a361557427872 (diff)
downloadpfsense-86e12ac22ce987faa4f8cd180c0bfaddb311e2c4.zip
pfsense-86e12ac22ce987faa4f8cd180c0bfaddb311e2c4.tar.gz
Turn off is_one_to_one_or_server_nat_rule until it can be verified if its indeed needed.
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 490cc25..9fceac2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1391,7 +1391,7 @@ EOD;
type traffic lets check if its in use and if so leave
off the interface */
if(is_one_to_one_or_server_nat_rule($rule['destination']['address']))
- $canadd = 1;
+ $canadd = 0;
}
if($canadd == 0)
$line .= "on \$" . $interface . " ";
OpenPOWER on IntegriCloud