summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-23 00:00:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-23 00:00:13 +0000
commit121efc39328a265e2854abbaa4de0727d2b402a3 (patch)
treefa021e63816ff03ee94c539efe18a49447855b16
parent7beae95575294a2c7d08a8e37b3af1ba70ed87d7 (diff)
downloadpfsense-121efc39328a265e2854abbaa4de0727d2b402a3.zip
pfsense-121efc39328a265e2854abbaa4de0727d2b402a3.tar.gz
Apparently we will need quick for ALTQ rules
-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 954e833..b8c798d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -402,7 +402,7 @@ function filter_generate_altq_rules() {
if (isset($rule['log']))
$line .= "log ";
- //$line .= "quick ";
+ $line .= "quick ";
if ($ispptp) {
$line .= "on ng" . ($iif+1) . " ";
OpenPOWER on IntegriCloud