summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-13 04:59:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-13 04:59:58 +0000
commitf68160a0aa2faa3991e03e735579a8b763bccf91 (patch)
tree444b70243365f1ae475258ffe7ce5af57bb071d3 /usr/local/www/wizards
parent4c0eaa7f1af2222f190390f652038902e6c1ed8a (diff)
downloadpfsense-f68160a0aa2faa3991e03e735579a8b763bccf91.zip
pfsense-f68160a0aa2faa3991e03e735579a8b763bccf91.tar.gz
Set queue priority to 3 and 2
Diffstat (limited to 'usr/local/www/wizards')
-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