summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/services.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 239e9cb..b3c6d33 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -480,11 +480,10 @@ EOD;
}
}
} else {
- log_error(gettext("Warning! DHCP Failover setup and no CARP virtual IP's defined!"));
+ log_error(gettext("Warning! DHCP Failover setup and no CARP virtual IPs defined!"));
}
if($skew > 10) {
$type = "secondary";
- $dhcpdconf_pri = "mclt 600;\n";
$my_port = "520";
$peer_port = "519";
} else {
@@ -508,7 +507,7 @@ failover peer "dhcp_{$dhcpif}" {
{$dhcpdconf_pri}
load balance max seconds 3;
}
-
+\n
EOPP;
}
}
OpenPOWER on IntegriCloud