mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Note that failover mode only applies to ougoing (multi-wan) rules.
This commit is contained in:
parent
620e7e1397
commit
7e8b679d9c
@ -288,7 +288,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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user