From 85030cfc748bae24c2fbb0a7ddd95f13f75b439d Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 12 Dec 2018 18:51:35 +0100 Subject: [PATCH] [#344,!171] Added Radius and Netconf optional runtime dependencies. --- doc/guide/intro.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/guide/intro.xml b/doc/guide/intro.xml index 1ad4220935..867739d248 100644 --- a/doc/guide/intro.xml +++ b/doc/guide/intro.xml @@ -104,6 +104,24 @@ in that Kea can be built without Cassandra support. + + + + As of Kea 1.4.0 release, the integration with RADIUS is provided in Kea via the hooks + library available to our Support Customers. Use of this library requires + FreeRadius-client library to be present on the system where Kea is running. + This is an optional dependency in that Kea can be built without RADIUS support. + + + + + + As of 1.5.0 release, Kea provides NETCONF interface with the kea-netconf agent. + This Kea module is built optionally and requires Sysrepo software when used. + Building Kea with NETCONF support requires many dependencies to be installed + which are described in more details in . + + -- GitLab