]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3770_rebase] Clarified what is not sanity-checked.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 13 Feb 2017 16:59:52 +0000 (17:59 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 13 Feb 2017 16:59:52 +0000 (17:59 +0100)
src/bin/dhcp4/kea-dhcp4.xml
src/bin/dhcp6/kea-dhcp6.xml

index 4924f998e8852f33fb6e4259527d079ea08df583..b34d3f6d6d37ab186addd2b087241d3d5b865405 100644 (file)
 
       <varlistentry>
         <term><option>-t</option></term>
-        <listitem><para>
-          Check the syntax of the configuration file (specified with
-          -c) and report the first error if any.
+        <listitem><para> Check the syntax of the configuration file
+          (specified with -c) and report the first error if any. Note
+          that not all parameters are completely checked, in
+          particular, traffic sockets are not opened, control channel
+          socket is not opened and hook libraries are not loaded.
         </para></listitem>
       </varlistentry>
 
index a4a109197b2b3e842c4f4f2ddceb62f9892ea7d5..ba1f71dadea9e7f0b99d01449b8192ac7209717e 100644 (file)
 
       <varlistentry>
         <term><option>-t</option></term>
-        <listitem><para>
-          Check the syntax of the configuration file (specified with
-          -c) and report the first error if any.
+        <listitem><para> Check the syntax of the configuration file
+          (specified with -c) and report the first error if any. Note
+          that not all parameters are completely checked, in
+          particular, traffic sockets are not opened, control channel
+          socket is not opened and hook libraries are not loaded.
         </para></listitem>
       </varlistentry>