From: Marcin Siodelski Date: Wed, 4 Dec 2013 15:43:08 +0000 (+0100) Subject: [master] Added ChangeLog entry for #2765. X-Git-Tag: bind10-1.2.0beta1-release~102^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dc858542d2f7d7e4f32d3e0def1d3bb27fcfb85;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #2765. --- diff --git a/ChangeLog b/ChangeLog index 65d367ca7e..c59da381de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +712. [func] marcin,dclink + b10-dhcp4: If server fails to open a socket on one interface it + will log a warning and continue to open sockets on other interfaces. + The warning message is communicated from the libdhcp++ via the + error handler function supplied by the DHCPv4 server. Thanks to + David Carlier for providing a patch. + (Trac #2765, git f49c4b8942cdbafb85414a1925ff6ca1d381f498) + 711. [func] tmark Added the initial implementation of the class, NameAddTransaction, to b10-dhcp-ddns. This class provides the state model logic