mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Firewall optimization text was wrong.
This commit is contained in:
parent
1068174824
commit
d76f9696fc
@ -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 "set LAN IP address" 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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user