From 68991e9040ca9a7c85ad7639571fcbf0f80d12d3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 22 Mar 2005 00:27:52 +0000 Subject: No need to assign these rules twice --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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"; -- cgit v1.1