summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2022-10-19 15:54:57 +0200
committerAndrei Pavel <andrei@isc.org>2022-10-24 18:07:45 +0200
commit91e2aea4f1647fa4487a0b4fe8df947f7cc3e736 (patch)
treefafbb37b1ec3e96390ebab47a071c8bdd133fd32
parent[#2400] update NETCONF documentation (diff)
downloadkea-91e2aea4f1647fa4487a0b4fe8df947f7cc3e736.tar.xz
kea-91e2aea4f1647fa4487a0b4fe8df947f7cc3e736.zip
[#2400] add ChangeLog entry
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95a828ea91..2b220fc24a 100644
--- 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.