diff --git a/doc/sphinx/arm/install.rst b/doc/sphinx/arm/install.rst index c26c74472e..342062b28a 100644 --- a/doc/sphinx/arm/install.rst +++ b/doc/sphinx/arm/install.rst @@ -711,8 +711,7 @@ remove the feature entirely in a future release, possibly as soon as Kea 2.2.0. Sysrepo 0.x ----------- -Kea versions earlier than 1.9.9 required Sysrepo 0.7.x and related libyang 0.x library to run, when -optional support for NETCONF was enabled. Kea versions 1.9.10 and later now require Sysrepo 1.4.x -and related libyang 1.x library to run. The earlier Sysrepo versions are no longer supported. -The latest Sysrepo 2.x version does not provide C++ bindings yet, and as such, is not usable for -Kea yet. +Kea versions 1.9.9 and earlier required Sysrepo 0.7.x to run, when optional support for NETCONF was +enabled. Kea versions 1.9.10 and later now require Sysrepo 1.4.x and related libyang 1.x library to +run. The earlier Sysrepo versions are no longer supported. The latest Sysrepo 2.x version does not +provide C++ bindings yet, and as such, is not usable for Kea yet. diff --git a/doc/sphinx/arm/netconf.rst b/doc/sphinx/arm/netconf.rst index 65b65bb2fd..a259a90c49 100644 --- a/doc/sphinx/arm/netconf.rst +++ b/doc/sphinx/arm/netconf.rst @@ -411,7 +411,7 @@ A control socket is specified by: - ``socket-url`` - the HTTP URL for the ``http`` socket type (default ``http://127.0.0.1:8000/``). -user contexts can store arbitrary data as long as they are in valid JSON +User contexts can store arbitrary data as long as they are in valid JSON syntax and their top-level element is a map (i.e. the data must be enclosed in curly brackets). They are accepted at the NETCONF entry, i.e. below the top-level, managed-service entry, and control-socket diff --git a/src/lib/yang/yang.dox b/src/lib/yang/yang.dox index 9881dd79cb..194e047a48 100644 --- a/src/lib/yang/yang.dox +++ b/src/lib/yang/yang.dox @@ -152,8 +152,8 @@ useful to uninstall them before reinstalling a more recent version: sysrepoctl -u @endverbatim -Tests use these modules you can find in src/share/yang/modules in addition -of keatest-module: +Tests use these modules which you can find in src/share/yang/modules in addition +to keatest-module: - ietf-dhcpv6-server - kea-ctrl-agent - kea-dhcp-ddns @@ -167,7 +167,7 @@ Those modules depend on the following modules: - kea-types - kea-dhcp-types -Those modules are extracted from the IETF DHCPv6 YANG draft too: +The following modules are extracted from the IETF DHCPv6 YANG draft: - ietf-dhcpv6-client - ietf-dhcpv6-options - ietf-dhcpv6-relay