summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-11 05:30:19 +0000
committerBill Marquette <billm@pfsense.org>2005-06-11 05:30:19 +0000
commitcd1497e79b4e4576913491edbbda58e4de7cb47f (patch)
treeac872d894aedad74c8d274238e2fef98372c3187 /usr/local/www/wizards
parent32221ad86dd5a8729add542738d6ab1c8dc286d7 (diff)
downloadpfsense-cd1497e79b4e4576913491edbbda58e4de7cb47f.zip
pfsense-cd1497e79b4e4576913491edbbda58e4de7cb47f.tar.gz
VOIP queues probably shouldn't have RED
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 9ce3b04..8ad85fb 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";
OpenPOWER on IntegriCloud