summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-21 03:25:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-21 03:25:24 +0000
commit6f9061f8436a4c5c5b4769713465576c5e2840a7 (patch)
tree4799e508e44e62131003128d7c0c1a8d8b0b036a /usr/local/www/firewall_shaper_queues_edit.php
parent5bd874650abedbcfe990fd7060e4e8576b2eb91b (diff)
downloadpfsense-6f9061f8436a4c5c5b4769713465576c5e2840a7.zip
pfsense-6f9061f8436a4c5c5b4769713465576c5e2840a7.tar.gz
Update priority description from pf man page. Remove non hfsc material from RELENG_1
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index 3ce557d..c47eef4 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -99,7 +99,7 @@ if ($_POST) {
$pconfig = $_POST;
$needs_rrd_reload = false;
- if($rule['descr'] <> $pconfig['descr'])
+ if($rule['descr'] <> $pconfig['descr'])
$needs_rrd_reload = true;
/* input validation */
@@ -208,7 +208,7 @@ if ($_POST) {
system("rm -f /var/db/rrd/wan-queues.rrd");
enable_rrd_graphing();
}
-
+
touch($d_shaperconfdirty_path);
header("Location: firewall_shaper_queues.php");
@@ -325,8 +325,7 @@ function enable_attachtoqueue(enable_over) {
<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">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>
+ <br> <span class="vexpl">For hfsc, the range is 0 to 7. The default is 1. Hfsc queues with a higher priority are preferred in the case of overload.</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Name</td>
OpenPOWER on IntegriCloud