From ad4fb3592dae834e2df1f0909654cf29495e023b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 6 Jun 2005 19:20:26 +0000 Subject: Change others priority to 4 --- usr/local/www/wizards/traffic_shaper_wizard.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 786e3e7..640c5b7 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -828,7 +828,7 @@ $queue = array(); $queue['name'] = "qOthersUp"; $queue['associatedrule'] = 0; - $queue['priority'] = 5; + $queue['priority'] = 4; $queue['red'] = "on"; $queue['ecn'] = "on"; $queue['realtime'] = "on"; @@ -852,7 +852,7 @@ $queue = array(); $queue['name'] = "qOthersDown"; $queue['associatedrule'] = 0; - $queue['priority'] = 5; + $queue['priority'] = 4; $queue['red'] = "on"; $queue['ecn'] = "on"; $queue['realtime'] = "on"; -- cgit v1.1