summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-08-06 21:37:06 -0500
committerChris Buechler <cmb@pfsense.org>2014-08-06 21:38:40 -0500
commit959dc96b8f81f5265e028d97c129fd5c37a33a06 (patch)
treed730901ef26c1fa396acf0c536118d7dfd9cb674 /etc/inc/services.inc
parent88c24958a9625d2daa55adb2bb685c70ec9d6eba (diff)
downloadpfsense-959dc96b8f81f5265e028d97c129fd5c37a33a06.zip
pfsense-959dc96b8f81f5265e028d97c129fd5c37a33a06.tar.gz
Per the dhcpd.conf man page and other documentation from ISC, mclt must not be defined on the secondary.
Diffstat (limited to 'etc/inc/services.inc')
-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