summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-04 19:54:39 +0000
committerBill Marquette <billm@pfsense.org>2005-06-04 19:54:39 +0000
commit0c612b87772f5ea4906f9098056612434ddad9c2 (patch)
treed3ca2b1db9c737b8c0d1e2b12946a3438581dc96 /usr/local/www/wizards
parent79a6c437be0199fdb63e927c7486921732c74f2a (diff)
downloadpfsense-0c612b87772f5ea4906f9098056612434ddad9c2.zip
pfsense-0c612b87772f5ea4906f9098056612434ddad9c2.tar.gz
fix queues
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 94e9e31..b798eff 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -102,7 +102,7 @@
$queue['linkshare2'] = "1";
$queue['linkshare3'] = (int)$_POST['upload'] * 0.8 . "Kb";
*/
- $queue['bandwidth'] = "0";
+ $queue['bandwidth'] = (int)$_POST['upload'];
$queue['bandwidthtype'] = "Kb";
$config['shaper']['queue'][] = $queue;
@@ -112,7 +112,6 @@
$queue['associatedrule'] = 0;
$queue['defaultqueue'] = 'true';
$queue['priority'] = 3;
-/*
$queue['realtime'] = "on";
$queue['realtime1'] = "10%";
$queue['realtime2'] = "1";
@@ -125,7 +124,6 @@
$queue['linkshare1'] = "1%";
$queue['linkshare2'] = "1";
$queue['linkshare3'] = "1%";
-*/
$queue['bandwidth'] = "0";
$queue['bandwidthtype'] = "Kb";
$config['shaper']['queue'][] = $queue;
@@ -136,6 +134,7 @@
$queue['associatedrule'] = 0;
$queue['priority'] = 6;
$queue['parentqueue'] = "on";
+/*
$queue['realtime'] = "on";
$queue['realtime1'] = (int) $_POST['download'] * 0.7 . "Kb";
$queue['realtime2'] = "1";
@@ -148,7 +147,8 @@
$queue['linkshare1'] = (int)$_POST['upload'] * 0.8 . "Kb";
$queue['linkshare2'] = "1";
$queue['linkshare3'] = (int)$_POST['upload'] * 0.8 . "Kb";
- $queue['bandwidth'] = "0";
+*/
+ $queue['bandwidth'] = (int)$_POST['download'];
$queue['bandwidthtype'] = "Kb";
$config['shaper']['queue'][] = $queue;
@@ -298,7 +298,7 @@
$queue['linkshare3'] = $_POST['bandwidth'] . "Kb";
$queue['bandwidth'] = "0";
$queue['bandwidthtype'] = "Kb";
- $queue['attachtoqueue'] = "qLANRoot";
+ $queue['attachtoqueue'] = "qWANRoot";
$config['shaper']['queue'][] = $queue;
/* create qVOIPDown */
OpenPOWER on IntegriCloud