]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #2902.
authorMarcin Siodelski <marcin@isc.org>
Thu, 23 May 2013 14:44:02 +0000 (16:44 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 23 May 2013 14:44:02 +0000 (16:44 +0200)
ChangeLog

index 801f4af5b5671e19a7cbb0637465d77398ea5308..8f31541ada48a4bb55898c22eea77862be96d231 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+618.   [func]*         marcin
+       b10-dhcp4: Added the ability for the server to respond to a directly
+        connected client which does not yet have an IP address.  On Linux, the
+        server will unicast the        response to the client's hardware address and
+        the 'yiaddr' (the client's new IP address). Sending a response to the
+        unicast address prevents other (not interested) hosts from receiving
+        the server response. This capability is not yet implemented on non-Linux
+        Operating Systems where, in all cases, the server responds to the
+        broadcast address. The logic conforms to section 4.1 of RFC 2131.
+       (Trac #2902, git c2d40e3d425f1e51647be6a717c4a97d7ca3c29c)
+
 617.   [bug]           marcin
        b10-dhcp4: Fixed a bug whereby the domain-name option was encoded
        as FQDN (using technique described in RFC1035) instead of a string.