summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2021-02-17 20:19:25 +0100
committerThomas Markwalder <tmark@isc.org>2021-02-19 19:21:59 +0100
commit6dffe6c36017a97c95562a9a1f865344fc43d546 (patch)
treeaa80cf06e272e271864a4b17a4ace911370f2bda /ChangeLog
parent[#1635] V4 Allocation now uses class values for valid lifetime (diff)
downloadkea-6dffe6c36017a97c95562a9a1f865344fc43d546.tar.xz
kea-6dffe6c36017a97c95562a9a1f865344fc43d546.zip
[#1635] Use option 51 in conjunction with class triplet
Added a ChangeLog entry doc/examples/kea4/all-keys.json doc/sphinx/arm/dhcp4-srv.rst Updated doc src/lib/dhcpsrv/alloc_engine.* AllocEngine::getValidLft() - revamped to apply use class triplet with option 51 src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc TEST_F(AllocEngine4Test, getValidLft4) - udpated to match new logic
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb0bf9ebb0..55b64ea5bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1869. [func] tmark
+ Kea-dhcp4 now supports specifying valid-lifetime in client
+ classes. Prior to this it could only be specified at the
+ global, shared-network, and subnet scopes.
+ (Gitlab #1635)
+
1868. [func] andrei
The forensic log hook library has gained an auto-increment
primary key column in it's logs table. It is now able to function