]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3508] ARM updated.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 15:42:39 +0000 (17:42 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 11 Aug 2014 15:42:39 +0000 (17:42 +0200)
ChangeLog
doc/guide/ddns.xml
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 178d9b295cc83e541fcc963a40bebd769e720c96..b81a9a45e4d650c1ab3614921a41d2ee69e47ce7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+8xx.   [func]          tomek
+       DHCPv4,DHCPv6 and DDNS components now report their versions.
+       (Trac #3508, git tbd)
+
 815.   [func]          tomek
        Pool definitions in DHCPv4 and DHCPv6 are now lists of
        structures. This makes adding new per-pool parameters easier in
index 67bf2c67671e0b90f0a76566ec4959d217277e4b..854220b5fdcc222b879eae8ac6396bda43574faf 100644 (file)
       Kea, is a separate binary that can be run on its own or through
       <command>keactl</command> (see <xref linkend="keactrl"/>). In
       normal operation, controlling <command>kea-dhcp-ddns</command>
-      with <command>keactl</command> is recommended.
+      with <command>keactl</command> is recommended. However, it is also
+      possible to run the DHCP-DDNS server directly. It accepts the
+      following command-line switches:
       </para>
 
+      <itemizedlist>
+          <listitem>
+            <simpara>
+            <command>-c <replaceable>file</replaceable></command> -
+            specifies the configuration file. This is the only mandatory
+            switch.</simpara>
+          </listitem>
+          <listitem>
+            <simpara>
+            <command>-d</command> - specifies whether the server
+            logging should be switched to debug/verbose mode. In verbose mode,
+            the logging severity and debuglevel specified in a configuration
+            file are ignored and "debug" severity and the maximum debuglevel
+            (99) are assumed. The flag is convenient, for temporarily
+            switching the server into maximum verbosity, e.g. when
+            debugging.</simpara>
+          </listitem>
+          <listitem>
+            <simpara>
+              <command>-v</command> - prints out Kea version and exists.
+            </simpara>
+          </listitem>
+          <listitem>
+            <simpara>
+              <command>-V</command> - prints out Kea extended version with
+              additional parameters and exists.
+            </simpara>
+          </listitem>
+      </itemizedlist>
+
       <para>
       Upon start up the module will load its configuration and begin listening
       for NCRs based on that configuration.
index 5e792e5fb2d1b0c33ee4d9233f54ad1032785dc6..0eb240a0b5ddc7eaae3328973070421c58f5fce5 100644 (file)
@@ -28,8 +28,8 @@
           </listitem>
           <listitem>
             <simpara>
-            <command>-v</command> - specifies whether the server
-            logging should be switched to verbose mode. In verbose mode,
+            <command>-d</command> - specifies whether the server
+            logging should be switched to debug/verbose mode. In verbose mode,
             the logging severity and debuglevel specified in a configuration
             file are ignored and "debug" severity and the maximum debuglevel
             (99) are assumed. The flag is convenient, for temporarily
             ports other than default DHCPv4 ports will not be able to
             handle regular DHCPv4 queries.</simpara>
           </listitem>
+          <listitem>
+            <simpara>
+              <command>-v</command> - prints out Kea version and exists.
+            </simpara>
+          </listitem>
+          <listitem>
+            <simpara>
+              <command>-V</command> - prints out Kea extended version with
+              additional parameters and exists.
+            </simpara>
+          </listitem>
       </itemizedlist>
 
       <para>
index bd4443c7f74a63b89dab4577cdf6394ac3a65249..6a0afb82d9ca28eab34c9feb30a9acec7a0fa067 100644 (file)
             ports other than default DHCPv6 ports will not be able to
             handle regular DHCPv6 queries.</simpara>
           </listitem>
+          <listitem>
+            <simpara>
+              <command>-v</command> - prints out Kea version and exists.
+            </simpara>
+          </listitem>
+          <listitem>
+            <simpara>
+              <command>-V</command> - prints out Kea extended version with
+              additional parameters and exists.
+            </simpara>
+          </listitem>
       </itemizedlist>
 
       <para>