summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc3
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.inc2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc3
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc3
4 files changed, 8 insertions, 3 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 37d5f5c..e6d8823 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -783,7 +783,7 @@ function apply_all_choosen_items() {
$tmpcf['bandwidthtype'] = $p2pcatchbwunit;
}
$tmpcf['default'] = "on";
-
+ $tmpcf['qlimit'] = 500;
} else {
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
@@ -1056,6 +1056,7 @@ function apply_all_choosen_items() {
$tmpcf['priority'] = 1;
$tmpcf['enabled'] = "on";
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
$tmpcf['ecn'] = "on";
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 23fd493..9707d06 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -1119,6 +1119,7 @@ function apply_all_choosen_items() {
$tmpcf['priority'] = 3;
$tmpcf['enabled'] = "on";
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
$tmpcf['ecn'] = "on";
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
@@ -1222,6 +1223,7 @@ function apply_all_choosen_items() {
$tmpcf['bandwidthtype'] = $p2pcatchbwunit;
}
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
} else {
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index e9dced5..2ff0b84 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -1167,6 +1167,7 @@ function apply_all_choosen_items() {
$tmpcf['priority'] = 1;
$tmpcf['enabled'] = "on";
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
$tmpcf['ecn'] = "on";
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
@@ -1271,7 +1272,7 @@ function apply_all_choosen_items() {
$tmpcf['bandwidthtype'] = $p2pcatchbwunit;
}
$tmpcf['default'] = "on";
-
+ $tmpcf['qlimit'] = 500;
} else {
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index 48fbdb5..7ab8e69 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -559,6 +559,7 @@ function apply_all_choosen_items() {
$tmpcf['priority'] = 1;
$tmpcf['enabled'] = "on";
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
$tmpcf['ecn'] = "on";
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
@@ -666,7 +667,7 @@ function apply_all_choosen_items() {
$tmpcf['bandwidthtype'] = $p2pcatchbwunit;
}
$tmpcf['default'] = "on";
-
+ $tmpcf['qlimit'] = 500;
} else {
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
OpenPOWER on IntegriCloud