From: Marcin Siodelski Date: Tue, 10 Oct 2017 12:59:58 +0000 (+0200) Subject: [master] Added ChangeLog entry for #5377. X-Git-Tag: trac5297_base~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba2136ecd4e8760a48977830b01251e3a72c017;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #5377. --- diff --git a/ChangeLog b/ChangeLog index 04d24eeaf4..1cfe78afc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1312. [func] marcin, tomek + Added new configuration parameter "outbound-interface", which + controls how the outbound interface and source address is + determined for the responses sent by DHCPv4 servers to relayed + clients. The default setting is to use the same interface as + the one over which the query has been received. The alternative + is to use system routing to determine the right interface and + source address. + (Trac #5377, git d08088923ec1ea0d1cb8a947bd520174d874d25e) + 1311. [build] fdupont Improvements in --enable-shell and other parameters passed while building dist tarball.