From: Francis Dupont Date: Thu, 24 Sep 2015 22:33:49 +0000 (+0200) Subject: [master] Finished merge of trac4015 (secure DHCPv6 definitions) X-Git-Tag: trac4074_base~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8236e0487265d7cb13d4c056bca08aa1c25a99e7;p=thirdparty%2Fkea.git [master] Finished merge of trac4015 (secure DHCPv6 definitions) --- diff --git a/ChangeLog b/ChangeLog index d0bb0d6075..c1a828ccbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1011. [func] fdupont + Added definitions and tests for the options from secure DHCPv6. + This protocol is still experimental. The option and other protocol + codes are for testing, they will be updated when IANA assigns + official values. + (Trac #4015, git xxx) + 1010. [bug] tmark Fixed test failures occuring for some tests after IfaceMgr::closeSockets was called.