mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Note that we may need to reboot if the op changes the state limit
This commit is contained in:
parent
839fdfaff5
commit
e630feeeff
@ -254,7 +254,8 @@ function enable_change(enable_over) {
|
||||
<input name="flowtable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['flowtable']) echo "checked"; ?>>
|
||||
<strong>Enable flowtable support</strong><br>
|
||||
Enables infrastructure for caching flows as a means of accelerating L3 and L2 lookups
|
||||
as well as providing stateful load balancing when used with RADIX_MPATH.
|
||||
as well as providing stateful load balancing when used with RADIX_MPATH.<br/>
|
||||
<b>NOTE:</b> If you change the state limit with flowtable enabled, you must reboot pfSense for the flowtable changes to take effect.
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user