From cd1497e79b4e4576913491edbbda58e4de7cb47f Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sat, 11 Jun 2005 05:30:19 +0000 Subject: [PATCH] VOIP queues probably shouldn't have RED --- usr/local/www/wizards/traffic_shaper_wizard.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 9ce3b040b7..8ad85fb8b4 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -329,8 +329,7 @@ $queue['name'] = "qVOIPUp"; $queue['associatedrule'] = 0; $queue['priority'] = 7; - $queue['red'] = "on"; - $queue['ecn'] = "on"; + $queue['ecn'] = "on"; $queue['realtime'] = "on"; $queue['realtime1'] = $_POST['bandwidth'] . "Kb"; $queue['realtime2'] = "1"; @@ -353,7 +352,6 @@ $queue['name'] = "qVOIPDown"; $queue['associatedrule'] = 0; $queue['priority'] = 7; - $queue['red'] = "on"; $queue['ecn'] = "on"; $queue['realtime'] = "on"; $queue['realtime1'] = $_POST['bandwidth'] . "Kb";