summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-20 23:24:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-20 23:24:40 +0000
commit9feb1986efe16befd8f57675ac055fb59606c509 (patch)
tree7e0d563ffb50b661741536e2dde7ca8aa810043c /usr/local/www/load_balancer_pool_edit.php
parent10f4ac6c245391ffd769112563ea867a74db061c (diff)
downloadpfsense-9feb1986efe16befd8f57675ac055fb59606c509.zip
pfsense-9feb1986efe16befd8f57675ac055fb59606c509.tar.gz
Note that failover mode only applies to ougoing (multi-wan) rules.
Diffstat (limited to 'usr/local/www/load_balancer_pool_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index 5af6fa0..73a5064 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -398,7 +398,8 @@ function clearcombo(){
"balance") echo " CHECKED"; ?>><?=gettext("Load Balancing");?><br>
<input type="radio" name="behaviour" id="behaviour" value="failover"<?php if($pconfig['behaviour'] ==
"failover") echo " CHECKED"; ?>><?=gettext("Failover");?><br>
- Load Balancing: both active. Failover order: top -> down.
+ Load Balancing: both active. Failover order: top -> down.<br>
+ NOTE: Failover mode only applies to outgoing rules (multi-wan).
</td>
</tr>
OpenPOWER on IntegriCloud