summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-26 21:31:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-26 21:31:38 +0000
commita22042d627f5821ade696e9f62b2808544b34730 (patch)
treee6d3f6a23e0dbcbea18ab10549f5fd3446782faa /etc/inc
parentc9734927728896f4fd080530736e04151d21292f (diff)
downloadpfsense-a22042d627f5821ade696e9f62b2808544b34730.zip
pfsense-a22042d627f5821ade696e9f62b2808544b34730.tar.gz
Do not ALTQ $LAN -> $FIREWALL trafffic
Diffstat (limited to 'etc/inc')
-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 f2c5823..3088d68 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -473,7 +473,7 @@ function filter_generate_altq_rules() {
/* add a rule to pass all traffic from/to the firewall,
so the user cannot lock himself out of the webGUI */
//$shaperrules = "add $rulei set 4 skipto 65535 ip from me to any\n"; $rulei++;
- //$shaperrules .= "add $rulei set 4 skipto 65535 ip from any to me\n"; $rulei++;
+ $shaperrules .= "add $rulei set 4 skipto 65535 ip from {$lansa}/{$lansn} to me\n"; $rulei++;
$shaperrules .= "add $rulei set 4 skipto 65535 carp from any to any\n"; $rulei++;
$shaperrules .= "add $rulei set 4 skipto 65535 pfsync from any to any\n"; $rulei++;
OpenPOWER on IntegriCloud