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";