2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#1077] NETCONF documentation

This commit is contained in:
Andrei Pavel
2021-07-22 23:02:54 +03:00
committed by Tomek Mrugalski
parent aa7ef09286
commit c07be31ca0
3 changed files with 8 additions and 9 deletions

View File

@@ -711,8 +711,7 @@ remove the feature entirely in a future release, possibly as soon as Kea 2.2.0.
Sysrepo 0.x Sysrepo 0.x
----------- -----------
Kea versions earlier than 1.9.9 required Sysrepo 0.7.x and related libyang 0.x library to run, when Kea versions 1.9.9 and earlier required Sysrepo 0.7.x to run, when optional support for NETCONF was
optional support for NETCONF was enabled. Kea versions 1.9.10 and later now require Sysrepo 1.4.x enabled. Kea versions 1.9.10 and later now require Sysrepo 1.4.x and related libyang 1.x library to
and related libyang 1.x library to run. The earlier Sysrepo versions are no longer supported. run. The earlier Sysrepo versions are no longer supported. The latest Sysrepo 2.x version does not
The latest Sysrepo 2.x version does not provide C++ bindings yet, and as such, is not usable for provide C++ bindings yet, and as such, is not usable for Kea yet.
Kea yet.

View File

@@ -411,7 +411,7 @@ A control socket is specified by:
- ``socket-url`` - the HTTP URL for the ``http`` socket type (default - ``socket-url`` - the HTTP URL for the ``http`` socket type (default
``http://127.0.0.1:8000/``). ``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 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, enclosed in curly brackets). They are accepted at the NETCONF entry,
i.e. below the top-level, managed-service entry, and control-socket i.e. below the top-level, managed-service entry, and control-socket

View File

@@ -152,8 +152,8 @@ useful to uninstall them before reinstalling a more recent version:
sysrepoctl -u <module-name> sysrepoctl -u <module-name>
@endverbatim @endverbatim
Tests use these modules you can find in src/share/yang/modules in addition Tests use these modules which you can find in src/share/yang/modules in addition
of keatest-module: to keatest-module:
- ietf-dhcpv6-server - ietf-dhcpv6-server
- kea-ctrl-agent - kea-ctrl-agent
- kea-dhcp-ddns - kea-dhcp-ddns
@@ -167,7 +167,7 @@ Those modules depend on the following modules:
- kea-types - kea-types
- kea-dhcp-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-client
- ietf-dhcpv6-options - ietf-dhcpv6-options
- ietf-dhcpv6-relay - ietf-dhcpv6-relay