summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-15 00:33:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-15 00:33:27 +0000
commit39b6c3d974c7332716f6efc0cbfd097dc1e747f0 (patch)
tree500cfa02f00a6f9b919822301c1900c604cde90e /usr/local/www/wizards/traffic_shaper_wizard.xml
parent0c6ee8178911b4eac4b8ef03da24a9d68d1f648c (diff)
downloadpfsense-39b6c3d974c7332716f6efc0cbfd097dc1e747f0.zip
pfsense-39b6c3d974c7332716f6efc0cbfd097dc1e747f0.tar.gz
Do not use ECN on VOIP queues. You don't want to limit this aspect.
Tested-By: Holger
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 04da8cc..74acc1d 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -379,7 +379,6 @@
$queue['name'] = "qVOIPUp";
$queue['associatedrule'] = 0;
$queue['priority'] = 7;
- $queue['ecn'] = "on";
$queue['realtime'] = "on";
$queue['realtime1'] = $_POST['bandwidth'] . "Kb";
$queue['realtime2'] = "1";
@@ -402,7 +401,6 @@
$queue['name'] = "qVOIPDown";
$queue['associatedrule'] = 0;
$queue['priority'] = 7;
- $queue['ecn'] = "on";
$queue['realtime'] = "on";
$queue['realtime1'] = $_POST['bandwidth'] . "Kb";
$queue['realtime2'] = "1";
OpenPOWER on IntegriCloud