Browse Source

[master] ChangeLog, AUTHORS updated after Github #2.

Tomek Mrugalski 10 years ago
parent
commit
cf98ecdbbb
2 changed files with 9 additions and 0 deletions
  1. 3 0
      AUTHORS
  2. 6 0
      ChangeLog

+ 3 - 0
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

+ 6 - 0
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)