]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2400] add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Wed, 19 Oct 2022 13:54:57 +0000 (16:54 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 24 Oct 2022 16:07:45 +0000 (19:07 +0300)
ChangeLog

index 95a828ea918459989afd1b93a61b8b8d4cbeee5a..2b220fc24abcae4ac6dbf21cdb1bfa0b47fb6e7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2071.  [perf]          andrei
+       Significantly improved the performance of editing configuration
+       with kea-netconf. Instead of making a request to the sysrepo
+       datastore for each leaf and leaf-list node, a single request is
+       done and the config is translated from the received data node.
+       This approach is considered experimental.
+       (Gitlab #2400)
+
 2070.  [func]          andrei
        kea-netconf now requires libyang v2 and sysrepo v2 to compile and
        run. Suport for libyang v1 and sysrepo v1 has been dropped.