mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 9615
CBQ isn't fully fleshed out - doesn't belong in RELENG_1
This commit is contained in:
parent
8ef6ccb10d
commit
2b32d0bb71
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user