summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-23 04:47:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-23 04:47:10 +0000
commit2b32d0bb71ba29807161a2ed9c769c441559edbb (patch)
tree03fc7baa11ffd6e8d4d6cb887e7b7f300feaf2d7
parent8ef6ccb10df1ac9a9f99eb6716172d872d707025 (diff)
downloadpfsense-2b32d0bb71ba29807161a2ed9c769c441559edbb.zip
pfsense-2b32d0bb71ba29807161a2ed9c769c441559edbb.tar.gz
MFC 9615
CBQ isn't fully fleshed out - doesn't belong in RELENG_1
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 4619861..c37050b 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -66,6 +66,7 @@
<javascriptafterformdisplay>
</javascriptafterformdisplay>
<fields>
+<!--
<field>
<name>Scheduler</name>
<type>select</type>
@@ -89,6 +90,7 @@
</option>
</options>
</field>
+--!>
<field>
<name>Setup network speeds - Please note that the wizard will automatically subtract 20% for the queues.</name>
<type>listtopic</type>
@@ -138,7 +140,8 @@
$upq = "q" . strtoupper($config['ezshaper']['step2']['outside_int']);
/* Magic shaper uses HFSC */
- $config['shaper']['schedulertype'] = $_POST['scheduler'];
+ /* $config['shaper']['schedulertype'] = $_POST['scheduler']; */
+ $config['shaper']['schedulertype'] = "hfsc"
/* Create queues */
/* WAN root queue */
OpenPOWER on IntegriCloud