From f68160a0aa2faa3991e03e735579a8b763bccf91 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 13 Jun 2005 04:59:58 +0000 Subject: Set queue priority to 3 and 2 --- usr/local/www/wizards/traffic_shaper_wizard.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr') 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"; -- cgit v1.1