]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#344,!171] Added Radius and Netconf optional runtime dependencies.
authorMarcin Siodelski <marcin@isc.org>
Wed, 12 Dec 2018 17:51:35 +0000 (18:51 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 12 Dec 2018 17:51:35 +0000 (18:51 +0100)
doc/guide/intro.xml

index 1ad42209355d2d01f362ed415f700b8e94d8bd50..867739d24886943e0f1edabfc3703884fa013b3d 100644 (file)
     in that Kea can be built without Cassandra support.
             </simpara>
         </listitem>
+
+        <listitem>
+          <simpara>
+    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.
+          </simpara>
+        </listitem>
+
+        <listitem>
+          <simpara>
+    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 <xref linkend="netconf-install"/>.
+          </simpara>
+        </listitem>
       </itemizedlist>
     </section>