]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #3747.
authorMarcin Siodelski <marcin@isc.org>
Tue, 19 May 2015 13:00:01 +0000 (15:00 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 19 May 2015 13:00:01 +0000 (15:00 +0200)
ChangeLog

index 9cb64e00188295b25f03433a82a87d3a50957248..ab525958d795fe8a486786f558fbc0710101fd8c 100644 (file)
--- 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,