]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Finished merge of trac4057 (DHCPv4 Relay Agent Link Selection Option)
authorFrancis Dupont <fdupont@isc.org>
Tue, 13 Oct 2015 14:59:14 +0000 (16:59 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 13 Oct 2015 14:59:14 +0000 (16:59 +0200)
ChangeLog

index 7d08e61a96cfd801d3785dbd4be945d7a25ca10f..c9e9ad80a6b50795f7190aa9456097c5ee615663 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1022.  [func]          fdupont
+       Added support for the V4 link selection sub-option (RFC 3527).  If
+       present in an incoming packet, the server will allocate an address
+       in the subnet identified in the option. If this is impossible, no
+       address will be allocated and the request refused.
+       (Trac #4057, git xxx)
+
 1021.  [bug]           stephen
        Added missing address parameter to ALLOC_ENGINE_V4_REQUEST_OUT_OF_POOL
        message.