From: Marcin Siodelski Date: Wed, 16 May 2018 12:27:19 +0000 (+0200) Subject: [master] Added ChangeLog entry for #5515. X-Git-Tag: trac5549a_base~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc03e68e312d7c99328d6a0a3d41a1452d14a8dc;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #5515. --- diff --git a/ChangeLog b/ChangeLog index e280a5fede..19984b4a77 100644 --- 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.