2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#2400] add ChangeLog entry

This commit is contained in:
Andrei Pavel
2022-10-19 16:54:57 +03:00
parent b6e0e529db
commit 91e2aea4f1

View File

@@ -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.