From: Marcin Siodelski Date: Tue, 19 May 2015 13:00:01 +0000 (+0200) Subject: [master] Added ChangeLog entry for #3747. X-Git-Tag: trac3867_base~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=644ba3c038d4b685bb1a7efd16f763d90662da11;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #3747. --- diff --git a/ChangeLog b/ChangeLog index 9cb64e0018..ab525958d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +933. [func]* marcin + DHCPv4 server by default identifies a client using the + client-identifier, if present. The new configuration + parameter 'match-client-id' allows for disabling this + behavior, i.e. 'chaddr' field is used to identify the + client instead. + (Trac #3747, git b9dc6ffd0f3396e9da8e0c83fd82164b8b8af011) + 932. [func] kalmus MySQL schema has been extended with tables that can store host reservation. This ticket updates database schema only,