Note that we may need to reboot if the op changes the state limit

This commit is contained in:
Scott Ullrich 2009-07-12 14:07:33 -04:00
parent 839fdfaff5
commit e630feeeff

View File

@ -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; ?>