summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/system_advanced_network.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 4326e86..b25c1aa 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -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; ?>
OpenPOWER on IntegriCloud