summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-07-15 13:13:03 -0500
committerChris Buechler <cmb@pfsense.org>2016-07-15 13:14:43 -0500
commit318e0383829daac934424879ccfce09395e80025 (patch)
tree22cea264c38f3d958f7f8c81385550f77c781fe9 /src/etc
parent258f1f112bf01b6f30ec5466b72ea142895c1f0c (diff)
downloadpfsense-318e0383829daac934424879ccfce09395e80025.zip
pfsense-318e0383829daac934424879ccfce09395e80025.tar.gz
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
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/services.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc
index a453474..6a689bb 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;
OpenPOWER on IntegriCloud