summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-07 03:27:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-07 03:27:55 +0000
commit2f20839e74fbc498868211560353d4bca4277e1e (patch)
tree75b775b2cfddf3871126febeead5528c7bd93dc6 /usr/local/www/firewall_shaper_queues_edit.php
parentf56d2af14774ac800b2d3fdeab46b5bc8bd72d06 (diff)
downloadpfsense-2f20839e74fbc498868211560353d4bca4277e1e.zip
pfsense-2f20839e74fbc498868211560353d4bca4277e1e.tar.gz
update priority message to match altq
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index 15e0920..d87d0eb 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -127,24 +127,18 @@ if ($_POST) {
<tr>
<td width="22%" valign="top" class="vncellreq">Priority</td>
<td width="78%" class="vtable"> <input name="priority" type="text" id="priority" size="5" value="<?=htmlspecialchars($pconfig['priority']);?>">
- <br> <span class="vexpl">Valid range: 1..100.<br>
- All backlogged (i.e., with packets queued) queues linked to
- the same pipe share the pipe's bandwidth proportionally to
- their prioritys (higher priority = higher share of bandwidth).
- Note that prioritys are not priorities; a queue with a lower
- priority is still guaranteed to get its fraction of the bandwidth
- even if a queue with a higher priority is permanently backlogged.
+ <br> <span class="vexpl">The priority of the queue. For class based queueing the priority range is 0 to 7 and for priority based queueing the range is 0 to 15. Priority 0 is the lowest priority. When not specified, a default of 1 is used.
</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Name</td>
+ <td width="22%" valign="top" class="vncell"><b>Name</b></td>
<td width="78%" class="vtable"> <input name="name" type="text" class="formfld" id="name" size="40" value="<?=htmlspecialchars($pconfig['name']);?>">
<br> <span class="vexpl">Enter the name of the queue here. Do not use spaces!
</span></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">Scheduler </td>
+ <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>
OpenPOWER on IntegriCloud