summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-08-26 16:50:14 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-08-26 19:07:07 -0400
commit820519e563ccdfb789ff741322db8d66ccd4475e (patch)
tree15276b99c6e89d60886ebe5904c2a082fa20b51f
parentf7b9f8ee21dac8b0a2ba8a998779335155be2760 (diff)
downloadpfsense-820519e563ccdfb789ff741322db8d66ccd4475e.zip
pfsense-820519e563ccdfb789ff741322db8d66ccd4475e.tar.gz
Fixed #5019
Percent choice restored to selectors
-rw-r--r--src/etc/inc/shaper.inc12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc
index f465d36..fa86b16 100644
--- a/src/etc/inc/shaper.inc
+++ b/src/etc/inc/shaper.inc
@@ -791,7 +791,8 @@ class altq_root_queue {
array('Kb' => 'Kb',
'Mb' => 'Mb',
'Gb' => 'Gb',
- 'b' => 'b')
+ 'b' => 'b',
+ '%' => '%')
));
$section->add($group);
@@ -2196,7 +2197,8 @@ EOJS;
array('Kb' => 'Kb',
'Mb' => 'Mb',
'Gb' => 'Gb',
- 'b' => 'b')
+ 'b' => 'b',
+ '%' => '%')
));
$group->setHelp('Choose the amount of bandwidth for this queue');
@@ -2753,7 +2755,8 @@ class cbq_queue extends priq_queue {
array('Kb' => 'Kb',
'Mb' => 'Mb',
'Gb' => 'Gb',
- 'b' => 'b')
+ 'b' => 'b',
+ '%' => '%')
));
$group->setHelp('Choose the amount of bandwidth for this queue');
@@ -3053,7 +3056,8 @@ class fairq_queue extends priq_queue {
array('Kb' => 'Kb',
'Mb' => 'Mb',
'Gb' => 'Gb',
- 'b' => 'b')
+ 'b' => 'b',
+ '%' => '%')
));
$group->setHelp('Choose the amount of bandwidth for this queue');
OpenPOWER on IntegriCloud