diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 4961a85d4c..f49f34b343 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -593,19 +593,19 @@ class altq_root_queue {
* to the user like the traffic wizard does.
*/
function build_form() {
- $form = "
";
$form .= "GetQname());
$form .= "\">";
- $form .= " Enter the name of the queue here. Do not use spaces and limit the size to 15 characters.";
- $form .= "
";
+ $form .= " Enter the name of the queue here. Do not use spaces and limit the size to 15 characters.";
+ $form .= " ";
$form .= "
";
- $form .= "
Priority
";
+/* HFSC actually does not use the priority at all.
+ $form .= "
Priority
";
$form .= "
GetQpriority());
$form .= "\">";
$form .= " 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.
";
$form .= "
";
- $form .= "
";
- $form .= "
Queue limit
";
- $form .= "
Queue limit
";
+ $form .= "
GetQlimit());
$form .= "\">";
$form .= " Queue limit in packets per second.";
$form .= "
";
$form .= "
";
- $form .= "
Scheduler options
";
+ $form .= "
Scheduler options
";
$form .= "
";
$tmpvalue = $this->GetDefault();
if (!empty($tmpvalue)) {
@@ -1161,10 +1163,12 @@ class priq_queue {
$form .= "
";
$form .= "GetDelay() . "\">";
$form .= " ms Hint: in most cases, you ";
$form .= "should specify 0 here (or leave the field empty)";
$form .= "
";
$form .= "
";
- $form .= "
Packet loss rate
";
- $form .= "
";
+ $form .= "
Packet loss rate
";
+ $form .= "
";
$form .= "GetPlr() . "\">";
$form .= " Hint: in most cases, you ";
@@ -3016,7 +3020,7 @@ class dnpipe_class extends dummynet_class {
$form .= "A value of 0.001 means one packet in 1000 gets dropped";
$form .= "
";
$form .= "
";
- $form .= "
Queue Size
";
+ $form .= "
Queue Size
";
$form .= "
";
$form .= "GetQlimit() . "\">";
@@ -3027,7 +3031,7 @@ class dnpipe_class extends dummynet_class {
$form .= "are delivered to their destination.";
$form .= "
";
$form .= "GetWeight() . "\">";
$form .= " ms Hint: For queues under the same parent ";
$form .= "this specifies the share that a queue gets(values range from 1 to 100, you can leave it blank otherwise)";
$form .= "
";
$form .= "
";
- $form .= "
Packet loss rate
";
- $form .= "
";
+ $form .= "
Packet loss rate
";
+ $form .= "
";
$form .= "GetPlr() . "\">";
$form .= " Hint: in most cases, you ";
@@ -3235,7 +3239,7 @@ class dnqueue_class extends dummynet_class {
$form .= "A value of 0.001 means one packet in 1000 gets dropped";
$form .= "
";
$form .= "
";
- $form .= "
Queue Size
";
+ $form .= "
Queue Size
";
$form .= "
";
$form .= "GetQlimit() . "\">";
@@ -3246,7 +3250,7 @@ class dnqueue_class extends dummynet_class {
$form .= "are delivered to their destination.";
$form .= "