summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-01-29 23:50:57 +0000
committerErmal Luçi <eri@pfsense.org>2008-01-29 23:50:57 +0000
commitd18d121f745123f59daeda0242d839243c0b9fb6 (patch)
treec186d900dbc6a06cd2890feea9b9ecfe2db1e091
parent079712003cfaf135b5d14ff27ae25afbdc4923e9 (diff)
downloadpfsense-d18d121f745123f59daeda0242d839243c0b9fb6.zip
pfsense-d18d121f745123f59daeda0242d839243c0b9fb6.tar.gz
Fix bandwidth assignment on LAN qOthersLow queue.
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 7efcf87..e520a75 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -1487,7 +1487,7 @@ $othersplist = array();
$tmpcf['bandwidth'] = wizard_get_bw($penaltybw);
$tmpcf['bandwidthtype'] = wizard_get_bwunit($penaltybw);
} else {
- $lsbw = $remainbw * 0.5;
+ $lsbw = $remainbw * 0.05;
$tmpcf['linkshare1'] = "{$lsbw}%"; /* 5% bandwidth */
$tmpcf['linkshare3'] = "{$lsbw}%"; /* 5% bandwidth */
$tmpcf['bandwidth'] = $lsbw;
OpenPOWER on IntegriCloud