summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards')
-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