]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[github93] Added changelog entry, AUTHORS updated. trac5694_base
authorTomek Mrugalski <tomasz@isc.org>
Thu, 12 Jul 2018 12:51:56 +0000 (14:51 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 12 Jul 2018 12:51:56 +0000 (14:51 +0200)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 60050cff6e4a9694e79f67a7d8c4412c974e5926..3dde830c387f1f1f4afcfda51526ecce9e2c689d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -169,6 +169,9 @@ We have received the following contributions:
  - Ryan Goodfellow (rcgoodfellow)
    2018-01: Fix kea-admin typo breaking lease-dump
 
+ - Sunil Mayya
+   2018-07: support for Authentication option in DHCPv6
+
 Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
 Boost (http://www.boost.org/) library for almost everything, and can use Botan
 (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for
index e7bc0618eebedb6763ea0c88b5d3e2bbf8a750a0..076298421a33e2420ca3a63085a3fb4bb106d32f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1432.  [func]          MayyaSunil
+       Code added to handle Authentication option in DHCPv6. There
+       is no way to use this code yet.
+       (Github #93, git 022dae4393da9e714678d52886d4f478ba308ba9)
+
 1431.  [func]          marcin
        Implemented lease4-get-page and lease6-get-page commands
        in lease_cmds hooks library.