From: Thomas Markwalder Date: Fri, 27 Apr 2018 14:03:33 +0000 (-0400) Subject: [master] Added ChangeLog entry 1391 for #5535 X-Git-Tag: trac5549_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85cfee8021b5a25797b35a5b9d1f515650b2b343;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1391 for #5535 --- diff --git a/ChangeLog b/ChangeLog index 26a7803f49..c1ea0a2b6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1391. [func] tmark + For both kea-dhcp4 and kea-dhcp6, the "ip-address" parameter + in the "relay" element for both subnets and shared networks, + has been replaced with a list form, "ip-addresses". Configuration + parsing will continue to honor the singular form, but it should + be considered deprecated. In addition, an omission in 1.3 that + caused shared network parsing to ignore the "relay' element has + been corrected. + (Trac #5535, git f4601abdb657122a8ba5d7784eded773ec01d171) + 1390. [doc] tomek User's Guide documentation for RADIUS and Host Cache written. (Trac #5538, git c73337a8ec691874b8ac0b2efcd8708f1a79acbb)