summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php4
-rwxr-xr-xusr/local/www/system_advanced.php2
2 files changed, 4 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
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index ef71a9e..a71c0ac 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -476,6 +476,7 @@ include("head.inc");
<br />
</td>
</tr>
+<!---
<tr>
<td width="22%" valign="top" class="vncell">Traffic Shaper Scheduler</td>
<td width="78%" class="vtable">
@@ -495,6 +496,7 @@ include("head.inc");
<?php endif; ?>
</td>
</tr>
+-->
<tr>
<td width="22%" valign="top" class="vncell">Firewall Optimization Options</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud