From: Tomek Mrugalski Date: Tue, 30 Sep 2014 14:02:58 +0000 (+0200) Subject: [master] ChangeLog, AUTHORS updated after Github #2. X-Git-Tag: rt3470_base~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf98ecdbbba765e412572eaf21bbe843308691d9;p=thirdparty%2Fkea.git [master] ChangeLog, AUTHORS updated after Github #2. --- diff --git a/AUTHORS b/AUTHORS index 9817dbb489..a236963052 100644 --- a/AUTHORS +++ b/AUTHORS @@ -63,6 +63,9 @@ We have received the following contributions: - Adam Osuchowski, Silesian University of Technology 2014-09: Examples corrected in Kea ARM + - Nicolas Chaigneau, Capgemini + 2014-09: Fix for interfaces with multiple addresses in perfdhcp + Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging, Boost (http://www.boost.org/) library for almost everything, and can use Botan (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for diff --git a/ChangeLog b/ChangeLog index 15edee26a2..bef542aa0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +840. [func] nicolas + PktFilterInet::send method now sets source IPv4 address explicitly. + This enabled perfdhcp to control its source address on systems + that have more than one address assigned to a given interface. + (Github #2, git 6ac36ed7a1d97bcf52ffb2aec7cbf116e58e5803) + 839. [doc] adam DHCPv4 examples corrected in Kea ARM. (Github #1, git 15785c0e28190659b037cfcca19f0267ccd9049f)