summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-22 00:27:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-22 00:27:52 +0000
commit68991e9040ca9a7c85ad7639571fcbf0f80d12d3 (patch)
tree18ef7b274061f448ab62a258eeff7aca2cbbf0e8 /etc
parent68ccec2d221da4afd37c3fa07a987e1ec94d86b7 (diff)
downloadpfsense-68991e9040ca9a7c85ad7639571fcbf0f80d12d3.zip
pfsense-68991e9040ca9a7c85ad7639571fcbf0f80d12d3.tar.gz
No need to assign these rules twice
Diffstat (limited to 'etc')
-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 5aba8d0..7d1776b 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1705,7 +1705,7 @@ function create_firewall_outgoing_rules_to_itself() {
else
$replyto = "";
if($ip <> "") {
- $rule .="pass out quick on {$int} {$replyto} all keep state\n";
+ //$rule .="pass out quick on {$int} {$replyto} all keep state\n";
/* XXX - billm: temp fix for pppoe, needs better fix */
if($config['interfaces'][$ifname]['ipaddr'] != "")
$rule .="pass out quick on {$int} {$replyto} all keep state\n";
OpenPOWER on IntegriCloud