diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-29 01:08:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-29 01:08:33 +0000 |
commit | 85bf774742567bbb580532ceff2ba9fece20c43b (patch) | |
tree | 8015e8dd03381f028f4476b18227c054f41fc3b9 /usr/local/www | |
parent | b286b11c06cd977bb9ed8f1e1a00d1d164e761d7 (diff) | |
download | pfsense-85bf774742567bbb580532ceff2ba9fece20c43b.zip pfsense-85bf774742567bbb580532ceff2ba9fece20c43b.tar.gz |
Remove RED/ECN from Gaming queues
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 0fccc08..b16f9ae 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"; |