diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-13 04:59:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-13 04:59:58 +0000 |
commit | f68160a0aa2faa3991e03e735579a8b763bccf91 (patch) | |
tree | 444b70243365f1ae475258ffe7ce5af57bb071d3 /usr | |
parent | 4c0eaa7f1af2222f190390f652038902e6c1ed8a (diff) | |
download | pfsense-f68160a0aa2faa3991e03e735579a8b763bccf91.zip pfsense-f68160a0aa2faa3991e03e735579a8b763bccf91.tar.gz |
Set queue priority to 3 and 2
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 8 |
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"; |