summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-10 17:56:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-10 17:56:12 +0000
commit13f6878de10e76aa198dac5d2b90519c1f443726 (patch)
treef750b9d84e1ca6a0dd944d0e7396ded4d85d3d38 /usr/local/www/firewall_shaper_queues_edit.php
parentf21d4c2dbb534a407454e1b1827d6dc45bd43285 (diff)
downloadpfsense-13f6878de10e76aa198dac5d2b90519c1f443726.zip
pfsense-13f6878de10e76aa198dac5d2b90519c1f443726.tar.gz
Comment out HFSC and CBQ until I can finish the extra input screens required by them.
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index a0d6bc4..e040620 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -141,9 +141,9 @@ if ($_POST) {
<td width="22%" valign="top" class="vncell"><b>Scheduler</b> </td>
<td width="78%" class="vtable">
<select name="scheduler">
- <option value="priq">Priority based queueing</option>
+ <--<option value="priq">Priority based queueing</option>-->
<option value="cbq">Class based queueing</option>
- <option value="hfsc">Hierarchical Fair Service Curve queueing</option>
+ <--<option value="hfsc">Hierarchical Fair Service Curve queueing</option>-->
</select>
<br> <span class="vexpl">Select which type of queueing you would like to use
</span></td>
OpenPOWER on IntegriCloud