summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index f5793c0..b56a1ff 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -1187,7 +1187,7 @@
$queue = array();
$queue['name'] = "qOthersUpH";
$queue['associatedrule'] = 0;
- $queue['priority'] = 4;
+ $queue['priority'] = 3;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
@@ -1211,7 +1211,7 @@
$queue = array();
$queue['name'] = "qOthersDownH";
$queue['associatedrule'] = 0;
- $queue['priority'] = 4;
+ $queue['priority'] = 3;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
@@ -1236,7 +1236,7 @@
$queue = array();
$queue['name'] = "qOthersUpL";
$queue['associatedrule'] = 0;
- $queue['priority'] = 1;
+ $queue['priority'] = 2;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
@@ -1260,7 +1260,7 @@
$queue = array();
$queue['name'] = "qOthersDownL";
$queue['associatedrule'] = 0;
- $queue['priority'] = 1;
+ $queue['priority'] = 2;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
OpenPOWER on IntegriCloud