summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-01-17 02:05:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-01-17 02:05:04 +0000
commit4cf7e74ea246cf7d278fc96243429e1e23c16616 (patch)
tree1fc0079d796fb6856585e13c4a13cf70d23905b9 /etc
parent6cca66e9ef24bd204b5a4309af57e0f73ef28745 (diff)
downloadpfsense-4cf7e74ea246cf7d278fc96243429e1e23c16616.zip
pfsense-4cf7e74ea246cf7d278fc96243429e1e23c16616.tar.gz
Unbreak traffic from the firewall itself.
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 c8a2895..df37b3e 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2679,7 +2679,7 @@ block in $log quick on \$wan from <bogons> to any label "block bogon networks fr
EOD;
}
-if (!is_array($config['shaper']['queue']) && count($config['shaper']['queue']) > 0) {
+if (!is_array($config['shaper']['queue']) && count($config['shaper']['queue']) < 1) {
$ipfrules .= <<<EOD
OpenPOWER on IntegriCloud