summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-11 00:39:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-11 00:39:05 +0000
commit248506d01c3e0bcba51afaf9927bc3d596250130 (patch)
treed3a989bf7099ac2bf35d13534f4287371b85bc8f /usr/local/www/firewall_shaper_queues_edit.php
parentf6f1d6f754f3f530eb3afb2a2fcfcc54a586e20f (diff)
downloadpfsense-248506d01c3e0bcba51afaf9927bc3d596250130.zip
pfsense-248506d01c3e0bcba51afaf9927bc3d596250130.tar.gz
fix bugs and only enable priority based queueing for the time being
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index cffe15a..93d2277 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -54,7 +54,7 @@ if (isset($id) && $a_queues[$id]) {
}
if(isset($pconfig['options']['default'])) {
$pconfig['options']['default'] = $queue['options']['default'];
- $default = "on"l
+ $default = "on";
}
$pconfig['bandwidth'] = $a_queues[$id]['bandwidth'];
@@ -154,9 +154,9 @@ if ($_POST) {
<td width="22%" valign="top" class="vncell"><b>Scheduler</b> </td>
<td width="78%" class="vtable">
<select name="scheduler">
- <--<option value="priq">Priority based queueing</option>-->
- <option value="cbq">Class based queueing</option>
- <--<option value="hfsc">Hierarchical Fair Service Curve queueing</option>-->
+ <option value="priq">Priority based queueing</option>
+ <!--<option value="cbq">Class based queueing</option>-->
+ <!--<option value="hfsc">Hierarchical Fair Service Curve queueing</option>-->
</select>
<br> <span class="vexpl">Select which type of queueing you would like to use
</span></td>
OpenPOWER on IntegriCloud