]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog, AUTHORS updated after Github #2.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 30 Sep 2014 14:02:58 +0000 (16:02 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 30 Sep 2014 14:02:58 +0000 (16:02 +0200)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 9817dbb489a7a251f6802daab386cf82e7d9deee..a2369630520e509ffb71c13bc7a39e68410b689b 100644 (file)
--- 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
index 15edee26a287a71d40690006aaf26c8144620a62..bef542aa0a023e2ace877e842b34f8dcd5c5a6a9 100644 (file)
--- 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)