]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5-netconf-doc-config] Updated manual page
authorFrancis Dupont <fdupont@isc.org>
Sun, 14 Oct 2018 11:23:44 +0000 (13:23 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 17 Oct 2018 12:31:08 +0000 (08:31 -0400)
src/bin/netconf/kea-netconf.xml

index e369f700bb7cdffcff8e590bca9667a79f653484..928f629e7811dac67c4e6d4eaeba0356a45f01bb 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -10,7 +10,7 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Dec. 31, 3000</date>
+    <date>Oct. 14, 2018</date>
     <edition>1.5.0</edition>
     <author>
       <contrib>The Kea software has been written by a number of
 
   <refsynopsisdiv>
     <cmdsynopsis sepchar=" ">
-      <command>kea-dhcp4</command>
+      <command>kea-netconf</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>
     </cmdsynopsis>
   </refsynopsisdiv>
 
   <refsect1>
     <title>DESCRIPTION</title>
     <para>
-      The <command>kea-netconf</command> daemon provides a YANG/NETCONF
+      The <command>kea-netconf</command> agent provides a YANG/NETCONF
       interface for the Kea environment.
     </para>
 
         </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 NETCONF daemon.
+          Configuration file including the configuration for NETCONF agent.
+        </para></listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-t</option></term>
+        <listitem><para>
+            Check the syntax of the configuration file and report the
+            first error if any. Note that not all parameters are
+            completely checked, in particular, service and client
+            sockets are not opened, and hook libraries are not loaded.
         </para></listitem>
       </varlistentry>
 
   <refsect1>
     <title>SEE ALSO</title>
     <para>
+      <citerefentry>
+        <refentrytitle>kea-dhcp4</refentrytitle>
+        <manvolnum>8</manvolnum>
+      </citerefentry>,
+
       <citerefentry>
         <refentrytitle>kea-dhcp6</refentrytitle>
         <manvolnum>8</manvolnum>