From: Marcin Siodelski Date: Wed, 27 Aug 2014 15:47:10 +0000 (+0200) Subject: [master] Added ChangeLog entry for #3512. X-Git-Tag: trac3482_base~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00f72b2f88378941bb7ce18c0793dc12601af76;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #3512. --- diff --git a/ChangeLog b/ChangeLog index 63eacb284b..279d770597 100644 --- 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.