]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #3512.
authorMarcin Siodelski <marcin@isc.org>
Wed, 27 Aug 2014 15:47:10 +0000 (17:47 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 27 Aug 2014 15:47:10 +0000 (17:47 +0200)
ChangeLog

index 63eacb284b8e631cf9463b88b3b72d07e3dfb2fb..279d7705970d5653b3e0ad5966e02d77a8b9e629 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+832.   [func]          marcin
+       DHCP servers check if the interfaces specified in the configuration,
+       to be used to receive DHCP messsages, are present in the system.
+       If the interface doesn't exist, an error is reported. In addition,
+       the SO_REUSEPORT flag is set for IPv6 sockets as multiple multicast
+       sockets can be bound to the DHCPv6 server port.
+       (Trac #3512, git 5cbbab2d01c6e1bf6d563ba64d80bc6bc857f73d)
+
 831.   [bug]           marcin
        Kea deamons report configuration summary when the configuration is
        completed successfully.