summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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 3a80c2a..8adf750 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -476,11 +476,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 {
@@ -502,7 +501,7 @@ failover peer "dhcp_{$dhcpif}" {
{$dhcpdconf_pri}
load balance max seconds 3;
}
-
+\n
EOPP;
}
}
OpenPOWER on IntegriCloud