From: Marcin Siodelski Date: Wed, 8 Jan 2014 09:07:38 +0000 (+0100) Subject: [master] Added ChangeLog entry for #3251. X-Git-Tag: bind10-1.2.0beta1-release~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac194cf1e1c21f449bd2a378cb5a78ea1c8826ce;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #3251. --- diff --git a/ChangeLog b/ChangeLog index 50aa531e53..f2013da87e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +723. [bug] marcin + libdhcp++: Implemented unit tests for the IfaceMgr's routine which opens + IPv6 sockets on detected interfaces. The IfaceMgr logic performing low + level operations on sockets has been moved to a separate class. By + providing a custom implementation of this class, the unit tests may + use fake interfaces with custom configuration and thus cover wide + range of test scenarios for the function. + (Trac #3251, git 21d2f7ec425f8461b545687104cd76a42da61b2e) + 722. [bug] muks b10-cmdctl now prints a more operator-friendly message when the address+port that b10-cmdctl listens on is already in use.