From 85bf774742567bbb580532ceff2ba9fece20c43b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 29 Dec 2005 01:08:33 +0000 Subject: [PATCH] Remove RED/ECN from Gaming queues --- usr/local/www/wizards/traffic_shaper_wizard.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 0fccc08a4c..b16f9aef95 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -966,8 +966,6 @@ $queue['attachtoqueue'] = "{$upq}Root"; $queue['associatedrule'] = 0; $queue['priority'] = 5; - $queue['red'] = "on"; - $queue['ecn'] = "on"; $queue['realtime'] = "on"; $queue['realtime1'] = "1Kb"; $queue['realtime2'] = "1"; @@ -990,8 +988,6 @@ $queue['attachtoqueue'] = "{$downq}Root"; $queue['associatedrule'] = 0; $queue['priority'] = 5; - $queue['red'] = "on"; - $queue['ecn'] = "on"; $queue['realtime'] = "on"; $queue['realtime1'] = "1Kb"; $queue['realtime2'] = "1";