Browse Source

[3770_rebase] User's guide updated.

Tomek Mrugalski 8 years ago
parent
commit
4a5ab8afd6
2 changed files with 24 additions and 0 deletions
  1. 12 0
      doc/guide/dhcp4-srv.xml
  2. 12 0
      doc/guide/dhcp6-srv.xml

+ 12 - 0
doc/guide/dhcp4-srv.xml

@@ -42,6 +42,18 @@
             ports other than the standard ones will not be able to
             handle regular DHCPv4 queries.</simpara>
           </listitem>
+	  <listitem>
+            <simpara>
+            <command>-t <replaceable>file</replaceable></command> -
+            specifies the configuration file to be tested. Kea-dhcp4
+	    will attempt to load it, and will conduct sanity
+	    checks. Note that certain checks are possible only while
+	    running the actual server. The actual status is reported
+	    with exit code (0 = configuration looks ok, 1 = error
+	    encountered). Kea will print out log messages to standard
+	    output and error to standard error when testing
+	    configuration.</simpara>
+          </listitem>
           <listitem>
             <simpara>
               <command>-v</command> - prints out the Kea version and exits.

+ 12 - 0
doc/guide/dhcp6-srv.xml

@@ -42,6 +42,18 @@
             ports other than the standard ones will not be able to
             handle regular DHCPv6 queries.</simpara>
           </listitem>
+	  <listitem>
+            <simpara>
+            <command>-t <replaceable>file</replaceable></command> -
+            specifies the configuration file to be tested. Kea-dhcp6
+	    will attempt to load it, and will conduct sanity
+	    checks. Note that certain checks are possible only while
+	    running the actual server. The actual status is reported
+	    with exit code (0 = configuration looks ok, 1 = error
+	    encountered). Kea will print out log messages to standard
+	    output and error to standard error when testing
+	    configuration.</simpara>
+          </listitem>
           <listitem>
             <simpara>
               <command>-v</command> - prints out the Kea version and exits.