From: Marcin Siodelski Date: Mon, 7 Nov 2016 16:32:41 +0000 (+0100) Subject: [master] Added ChangeLog entry for #5029. X-Git-Tag: trac4631b_base~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb12ce524c31b550e3d40ae1eb310228152a8652;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #5029. --- diff --git a/ChangeLog b/ChangeLog index 7759b185b4..8400cb0fd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1187. [bug] marcin + DHCPv4 server allows for allocating multiple leases for the + same hardware address if a different client identifier is + used for each lease. This facilitates the PXE boot use cases + where a booted machine may request a lease multiple times. + (Trac #5029, git 03defed4d8bb9a997d31dbfcf30ae3f866bd3353) + 1186. [func] marcin Support for DHCPv6 options defined in RFC6603 and RFC7598. Thanks to Andrei Pavel and Cristian Secareanu of Qualitance for submitting