<info>
<productname>ISC Kea</productname>
- <date>Oct. 27, 2017</date>
- <edition>1.3.0</edition>
+ <date>Dec. 31, 3000</date>
+ <edition>1.5.0</edition>
<author>
<contrib>The Kea software has been written by a number of
engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
</refmeta>
<refnamediv>
- <refname>kea-dhcp4</refname>
- <refpurpose>DHCPv4 server in Kea</refpurpose>
+ <refname>kea-netconf</refname>
+ <refpurpose>NETCONF agent for Kea environment</refpurpose>
</refnamediv>
<docinfo>
<copyright>
- <year>2011-2017</year>
+ <year>2018</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright>
</docinfo>
<command>kea-dhcp4</command>
<arg choice="opt" rep="norepeat"><option>-v</option></arg>
<arg choice="opt" rep="norepeat"><option>-V</option></arg>
- <arg choice="opt" rep="norepeat"><option>-W</option></arg>
<arg choice="opt" rep="norepeat"><option>-d</option></arg>
<arg choice="opt" rep="norepeat"><option>-c <replaceable class="parameter">config-file</replaceable></option></arg>
- <arg choice="opt" rep="norepeat"><option>-t <replaceable class="parameter">config-file</replaceable></option></arg>
- <arg choice="opt" rep="norepeat"><option>-p <replaceable class="parameter">port-number</replaceable></option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
- The <command>kea-dhcp4</command> daemon provides the
- DHCPv4 server implementation.
+ The <command>kea-netconf</command> daemon provides a YANG/NETCONF
+ interface for the Kea environment.
</para>
</refsect1>
</para></listitem>
</varlistentry>
+ <!-- not supported yet in kea-netconf
<varlistentry>
<term><option>-W</option></term>
<listitem><para>
Display the configuration report.
</para></listitem>
- </varlistentry>
+ </varlistentry> -->
<varlistentry>
<term><option>-d</option></term>
<varlistentry>
<term><option>-c</option></term>
<listitem><para>
- Configuration file including the configuration for DHCPv4 server.
- It may also contain configuration entries for other Kea services.
- </para></listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>-t</option></term>
- <listitem><para> Check the configuration file
- and report the first error if any. Note
- that not all parameters are completely checked, in
- particular, service and control channel sockets
- are not opened, and hook libraries are not loaded.
- </para></listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>-p</option></term>
- <listitem><para>
- Port number (1-65535) on which the server listens. This is useful
- for testing purposes only.
+ Configuration file including the configuration for NETCONF daemon.
</para></listitem>
</varlistentry>
<refsect1>
<title>HISTORY</title>
<para>
- The <command>b10-dhcp4</command> daemon was first coded in
- November 2011 by Tomek Mrugalski.
- </para>
- <para>
- In the mid 2014 Kea was decoupled from the BIND10 framework and became a
- standalone DHCP server. The DHCPv4 server binary was renamed to
- kea-dhcp4. Kea 1.0.0 was released in December 2015.
+ Early prototypes of kea-netconf implementation were written during IETF
+ Hackathons in Berlin, London and Montreal. An actual production ready
+ implementation was started in August 2018 by Tomek Mrugalski and Francis
+ Dupont.
</para>
</refsect1>