summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-12 14:07:33 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-12 14:07:33 -0400
commite630feeeff5586f5e6d07fd20ada0efcf64f3a53 (patch)
tree82a0a57a42e77063a7f762297aaae5bdee6893e3 /usr/local/www/system_advanced_network.php
parent839fdfaff5b8e28d7c068373708c131641a25022 (diff)
downloadpfsense-e630feeeff5586f5e6d07fd20ada0efcf64f3a53.zip
pfsense-e630feeeff5586f5e6d07fd20ada0efcf64f3a53.tar.gz
Note that we may need to reboot if the op changes the state limit
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-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