mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Default to secondary then look for primary status via carp.
This commit is contained in:
parent
5e390f545d
commit
d2edbd8afc
@ -94,7 +94,7 @@ EOD;
|
||||
* yep, failover peer is defined.
|
||||
* does it match up to a defined vip?
|
||||
*/
|
||||
$skew = 1;
|
||||
$skew = 110;
|
||||
$a_vip = &$config['virtualip']['vip'];
|
||||
if(is_array($a_vip)) {
|
||||
foreach ($a_vip as $vipent) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user