summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-22 01:26:40 +0000
committerBill Marquette <billm@pfsense.org>2005-02-22 01:26:40 +0000
commitd76f9696fc2ccfa4112274ab08b92504f882b17a (patch)
treecc9154b9e206fed56a4fd6b54842dd6e16f99f42 /usr/local/www/system_advanced.php
parent1068174824d248ab118dad178c81c806592c9015 (diff)
downloadpfsense-d76f9696fc2ccfa4112274ab08b92504f882b17a.zip
pfsense-d76f9696fc2ccfa4112274ab08b92504f882b17a.tar.gz
Firewall optimization text was wrong.
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 41b6677..65bc8ae5 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -314,7 +314,7 @@ function enable_change(enable_over) {
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><b>Traffic Shaper Scheduler</b> </td>
+ <td width="22%" valign="top" class="vncell">Traffic Shaper Scheduler</td>
<td width="78%" class="vtable">
<select id="schedulertype" name="schedulertype" <?= $style ?>>
<?php
@@ -329,7 +329,7 @@ function enable_change(enable_over) {
<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
+ <br> <span class="vexpl"><b>Select which type of queueing you would like to use</b>
<?php if (is_array($config['shaper']['queue']) > 0): ?>
<script language="javascript">
document.iform.schedulertype.disabled = 1;
@@ -349,8 +349,7 @@ function enable_change(enable_over) {
<option value="aggressive"<?php if($config['system']['optimization']=="aggressive") echo " SELECTED"; ?>>aggressive - expires idle connections earlier than default; using less memory and CPU time while possibly dropping some legitimate connections.</option>
<option value="conservative"<?php if($config['system']['optimization']=="conservative") echo " SELECTED"; ?>>conservative - tries to avoid dropping any legitimate connections at the expense of increased memory usage and CPU utilization.</option>
</select>
- <strong>Disable webGUI anti-lockout rule</strong><br>
- the &quot;set LAN IP address&quot; option in the console menu resets this setting as well.</td>
+ <br> <span class="vexpl"><b>Select which type of state table optimization your would like to use</b></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Disable Firewall</td>
OpenPOWER on IntegriCloud