summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-14 05:35:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-14 05:35:47 +0000
commit3bf0b8acc9d8473e9d24a2337e2285712de544b0 (patch)
treedccd649f4268e319ab150cfd35f10a46dfe117f2 /etc
parent5a5eae32690c961e0e858bb8d332c0015aed5da2 (diff)
downloadpfsense-3bf0b8acc9d8473e9d24a2337e2285712de544b0.zip
pfsense-3bf0b8acc9d8473e9d24a2337e2285712de544b0.tar.gz
Since we only support hfsc for the first release, hard code hfsc.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/shaper.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 138960e..f5e98ec 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -123,7 +123,8 @@ function filter_generate_altq_queues($altq_ints) {
if(isset($rule['realtime']) and $rule['realtime'] <> "") {
$options .= " realtime({$rule['realtime1']} {$rule['realtime2']} {$rule['realtime3']})";
}
- $scheduler_type = $config['shaper']['schedulertype'];
+ //$scheduler_type = $config['shaper']['schedulertype'];
+ $scheduler_type = "hfsc";
$altq_rules .= "{$scheduler_type} ";
if($options)
$altq_rules .= "( {$options} )";
OpenPOWER on IntegriCloud