From 9dacff7f1b2b89ebebc1e9456d642e0657bb89cc Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 15 Jul 2016 13:13:03 -0500 Subject: Set dhcp-cache-threshold to 0 to avoid a bug in dhcpd 4.3.x where it omits client-hostname where the cache threshold is reached. Ticket #6589 --- src/etc/inc/services.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc index 7e5f72e..276a99b 100644 --- a/src/etc/inc/services.inc +++ b/src/etc/inc/services.inc @@ -564,6 +564,7 @@ one-lease-per-client true; deny duplicates; ping-check true; update-conflict-detection false; +dhcp-cache-threshold 0; EOD; -- cgit v1.1