]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #5515.
authorMarcin Siodelski <marcin@isc.org>
Wed, 16 May 2018 12:27:19 +0000 (14:27 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 16 May 2018 12:27:19 +0000 (14:27 +0200)
ChangeLog

index e280a5fedefa8552309e46052edf70e7eca5d887..19984b4a77ed4ca5d01dd6818deb584b99cb311c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1398.  [bug]           fdupont
+       Fixed bug in configurations where "outbound-interface" parameter
+       was set to "use-routing", which in some cases would reset outbound
+       interface index to a negative value and cause the server to fail
+       to respond to the clients.
+       (Trac #5515, git 9d8d00f1f127ee606f09f7ff6006f0d142aac976)
+
 1397.  [bug]           marcin
        A bug in http client library was fixed. The IPv6 address specified
        in brackets is now supported properly.