diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-06-20 23:24:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-06-20 23:24:40 +0000 |
commit | 9feb1986efe16befd8f57675ac055fb59606c509 (patch) | |
tree | 7e0d563ffb50b661741536e2dde7ca8aa810043c /usr/local/www | |
parent | 10f4ac6c245391ffd769112563ea867a74db061c (diff) | |
download | pfsense-9feb1986efe16befd8f57675ac055fb59606c509.zip pfsense-9feb1986efe16befd8f57675ac055fb59606c509.tar.gz |
Note that failover mode only applies to ougoing (multi-wan) rules.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/load_balancer_pool_edit.php | 3 |
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> |