summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-09-28 03:04:57 +0000
committerBill Marquette <billm@pfsense.org>2005-09-28 03:04:57 +0000
commita48aec0a6705bdc78e979995bab94fe2deab1d55 (patch)
tree5de5a7337015c2f25be09b18b82577f2a29de7c2 /usr/local/www/firewall_shaper_queues_edit.php
parent387041ffc4bd81bbd2bbae3acaae68a7f0b657df (diff)
downloadpfsense-a48aec0a6705bdc78e979995bab94fe2deab1d55.zip
pfsense-a48aec0a6705bdc78e979995bab94fe2deab1d55.tar.gz
Remove ability to change schedulertype - we're only supporting HFSC for
now - priq may come back in future, the return of CBQ is unlikely
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 1404ac4..9ab2fe5 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -240,7 +240,7 @@ include("head.inc");
<input type="checkbox" id="rio" name="rio" <?php if($rio) echo " CHECKED";?> > <a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#red">Random Early Detection In and Out</a><br>
<input type="checkbox" id="ecn" name="ecn" <?php if($ecn) echo " CHECKED";?> > <a target="_new" href="http://www.openbsd.org/faq/pf/queueing.html#ecn">Explicit Congestion Notification</a><br>
<?php if ($schedulertype == "hfsc" or $schedulertype == "cbq"): ?>
- <input type="checkbox" id="parentqueue" name="parentqueue" <?php if($parentqueue) echo " CHECKED";?> > This is a parent queue of HFSC/CBQ<br>
+ <input type="checkbox" id="parentqueue" name="parentqueue" <?php if($parentqueue) echo " CHECKED";?> > This is a parent queue<br>
<?php endif; ?>
<span class="vexpl"><br>Select options for this queue
</tr>
@@ -267,7 +267,7 @@ include("head.inc");
<?php if ($schedulertype == "hfsc" or $schedulertype == "cbq"): ?>
<tr>
- <td width="22%" valign="top" class="vncell">Parent queue (CBQ or HFSC only):</td>
+ <td width="22%" valign="top" class="vncell">Parent queue:</td>
<td width="78%" class="vtable">
<select id="attachtoqueue" name="attachtoqueue">
<?php
OpenPOWER on IntegriCloud