From: Marcin Siodelski Date: Wed, 4 Oct 2017 13:39:12 +0000 (+0200) Subject: [master] Added ChangeLog entry #5338. X-Git-Tag: trac5361_base^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4c732b5110298eddc1927bf7768dcc2d73fa58;p=thirdparty%2Fkea.git [master] Added ChangeLog entry #5338. --- diff --git a/ChangeLog b/ChangeLog index d1f00b2385..f1cf9ef367 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1306. [bug]* marcin + Respective Kea daemons now use their own default configuration + files: kea-dhcp4.conf, kea-dhcp6.conf, kea-dhcp-ddns.conf and + kea-ctrl-agent.conf. This change is aimed at eliminating the + issue whereby 'config-write' command overrides configuration + of all servers rather than just a configuration of the deamon + to which this command has been sent. + (Trac #5338, git 252e5e8a75fa42271b0cdb6edad3c152bbf3c515) + 1305. [bug] tmark Corrected logic that was causing kea-dhcp4 to remove DNS entries when renewing leases with generated FQDN names. Prior to this