]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] cleaning code before release trac5549a_base
authorWlodek Wencel <wlodek@isc.org>
Wed, 16 May 2018 22:21:51 +0000 (00:21 +0200)
committerWlodek Wencel <wlodek@isc.org>
Wed, 16 May 2018 22:21:51 +0000 (00:21 +0200)
17 files changed:
ChangeLog
doc/guide/hooks.xml
src/bin/admin/kea-admin.xml
src/bin/agent/kea-ctrl-agent.xml
src/bin/d2/kea-dhcp-ddns.xml
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp4/kea-dhcp4.xml
src/bin/dhcp6/dhcp6_messages.mes
src/bin/dhcp6/kea-dhcp6.xml
src/bin/keactrl/keactrl.xml
src/bin/lfc/kea-lfc.xml
src/bin/perfdhcp/perfdhcp.xml
src/bin/shell/kea-shell.xml
src/bin/sockcreator/kea-sockcreator.xml
src/hooks/dhcp/stat_cmds/stat_cmds_messages.mes
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/hosts_messages.mes

index 72e8b86f9012fb626a4d695f5d8f35a52f50878e..a4f4c870fed115083e24b085922a0a46475f95ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.4.0-beta released on May 18, 2018
+
 1404.  [doc]           tomek
        Hooks package installation intruction added to Kea
        User's Guide.
@@ -26,7 +28,7 @@
        A new hooks library, Stat Cmds, has been added to the open source
        distribution.  This library provides commands for fetching lease
        allocation statistics using lease backend as the source for
-       lease counts per state.  This resolves an issue in deployements,
+       lease counts per state.  This resolves an issue in deployments,
        where multiple Kea servers share a common lease backend, which made
        it difficult to obtain accurate lease statistics.
        (Trac #5589, git 36f20f1c8b28f629fe2896b817ac0f3c6026fe0e)
@@ -53,7 +55,7 @@
 1396.  [bug]           tmark
        The PostgreSQL schema was expanded to include two new tables:
        lease4-stat and lease6-stat and triggers to update them as leases
-       are modified. This resolves an issue in deployements, where multiple
+       are modified. This resolves an issue in deployments, where multiple
        Kea servers share a common PostgreSQL lease database, which made
        it difficult to obtain accurate lease statistics. Since these statistics
        are now tracked by the database, they do not have to be recalculated at
@@ -66,7 +68,7 @@
 1395.  [bug]           tmark
        The MySQL schema was expanded to include two new tables:
        lease4-stat and lease6-stat and triggers to update them as leases
-       are modified. This resolves an issue in deployements, where multiple
+       are modified. This resolves an issue in deployments, where multiple
        Kea servers share a common MySQL lease database, which made it difficult
        to obtain accurate lease statistics. Since these statistics are now
        tracked by the database, they do not have to be recalculated at startup
        (Trac #5115, git c3ba89c56882cac1080899ad201f0c02056eef38)
 
 1386.  [func]          fdupont
-       Extented comment / user-context support to DHCP-DDNS and
+       Extended comment / user-context support to DHCP-DDNS and
        Control Agent configuration syntax.
        (Trac #5495, git fe79959e3bc3c46ccb89661cb27696671a8508b8)
 
        where IPv4 address was unspecified or when selected subnet identifier
        was not specified (5416).  Corrected inconsistent data types for
        subnet id columns in both Postgres and MySQL schemas.  Now both
-       schemas support upto MAX UINT32 in all subnet id columns. Exiting
+       schemas support up to MAX UINT32 in all subnet id columns. Exiting
        databases may be updated without data migration.
        (Trac #5416, #5522, git d1dd0f2e27ffa49515c17cf68d54f162359b6384)
 
 1362.  [func]          razvan, andrei
        A new parameter exit-wait-time has been added to perfdhcp. It is
        now possible to tell perfdhcp to wait certain amount of time after
-       exit conditions are met before actuallying terminating.
+       exit conditions are met before actually terminating.
        (Github #55, git 0cd1178ae092fa0c2f122d0e16fb673b4074a6e6)
 
 1361.  [func]          razvan, andrei, tomek
index 614cc82845b5fcdb0a939de73ec7dac29d431968..7ca9465226619305c206c93afd5ddb1dc52479fa 100644 (file)
@@ -45,7 +45,7 @@
       <para>
       The next section describes how to configure hooks libraries. If you
       are interested in writing your own hooks library, information can be
-      found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/">Kea
+      found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Kea_doc/doxygen">Kea
       Developer's Guide</link>.
       </para>
 
@@ -582,9 +582,9 @@ and may have the zero or more of the following entries:
         </para>
 
         <para>As with any other hooks libraries provided by ISC, internals of the
-        user_chk code are well documented. You can take a look at the  <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/d8/db2/libdhcp_user_chk.html">Kea Developer's Guide section dedicated to the user_chk library</link>
+        user_chk code are well documented. You can take a look at the  <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Kea_doc/doxygen/d8/db2/libdhcp_user_chk.html">Kea Developer's Guide section dedicated to the user_chk library</link>
         that discusses how the code works internally. That, together with
-        our general entries in <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/">Hooks
+        our general entries in <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Kea_doc/doxygen">Hooks
         Framework section</link> should give you some pointers how to extend
         this library and perhaps even write your own from scratch.</para>
 
index c2269da189333c64e036eb551dfa3ebebc618ad3..ee17390f52c81dda46cad2ae778c623dae932da5 100644 (file)
@@ -10,8 +10,8 @@
 <refentry>
   <info>
     <productname>ISC Kea</productname>
-    <date>Sep. 28, 2016</date>
-    <edition>1.1.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author><personname/><contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
         Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed,
@@ -34,7 +34,7 @@
 
   <docinfo>
     <copyright>
-      <year>2014-2017</year>
+      <year>2014-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index dd14a80b9111920d258527bf4521a388dfc52b69..edb1fdff22d59473bd8f1354bb092ee26a559236 100644 (file)
@@ -11,8 +11,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Oct. 27, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
@@ -36,7 +36,7 @@
 
   <docinfo>
     <copyright>
-      <year>2016-2017</year>
+      <year>2016-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index be3328dfbcbec1908b2eb8ae93385fe2180d1f4e..2e7e58b9612aa25bfed6ec619636c51fac933c36 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Oct. 27, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
@@ -35,7 +35,7 @@
 
   <docinfo>
     <copyright>
-      <year>2013-2017</year>
+      <year>2013-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 1767fb38c59adb8fd6b283bcc244afbfd8495b4e..22362d2259d2bec03c832f21520b0c5aa7c40dc0 100644 (file)
@@ -148,16 +148,20 @@ change is committed by the administrator.
 A debug message indicating that the DHCPv4 server has received an
 updated configuration from the Kea configuration system.
 
+% DHCP4_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1
+An error message indicating that an attempt to reconnect to the lease and/or
+host data bases has failed.  This occurs after connectivity to either one
+has been lost and an automatic attempt to reconnect has failed.
+
 % DHCP4_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 seconds
 An informational message indicating that the server is scheduling the next
 attempt to reconnect to its lease and/or host databases.  This occurs when the
 server has lost databse connectivity and is attempting to reconnect
 automatically.
 
-% DHCP4_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1
-An error message indicating that an attempt to reconnect to the lease and/or
-host data bases has failed.  This occurs after connectivity to either one
-has been lost and an automatic attempt to reconnect has failed.
+% DHCP4_DB_RECONNECT_DISABLED database reconnect is disabled: max-reconnect-tries %1, reconnect-wait-time %2
+This is an informational message indicating that connectivity to either the
+lease or host database or both and that automatic reconnect is not enabled.
 
 % DHCP4_DB_RECONNECT_NO_DB_CTL unexpected error in database reconnect
 This is an error message indicating a programmatic error that should not
@@ -165,10 +169,6 @@ occur. It will prohibit the server from attempting to reconnect to its
 databases if connectivy is lost, and the server will exit. This error
 should be reported.
 
-% DHCP4_DB_RECONNECT_DISABLED database reconnect is disabled: max-reconnect-tries %1, reconnect-wait-time %2
-This is an informational message indicating that connectivity to either the
-lease or host database or both and that automatic reconnect is not enabled.
-
 % DHCP4_DB_RECONNECT_RETRIES_EXHAUSTED maximum number of database reconnect attempts: %1, has been exhausted without success, server is shutting down!
 This error indicates that the server is shutting down after failing to reconnect to
 the lease and/or host database(s) after making the maximum configured number
@@ -419,11 +419,6 @@ server is about to open sockets on the specified port.
 A warning message issued when IfaceMgr fails to open and bind a socket. The reason
 for the failure is appended as an argument of the log message.
 
-% DHCP4_PACKET_OPTIONS_SKIPPED An error upacking an option, caused subsequent options to be skipped: %1
-A debug message issued when an option failed to unpack correctly, making it
-impossible to unpack the remaining options in the packet.  The server will
-server will still attempt to service the packet.
-
 % DHCP4_PACKET_DROP_0001 failed to parse packet from %1 to %2, received over interface %3, reason: %4
 The DHCPv4 server has received a packet that it is unable to
 interpret. The reason why the packet is invalid is included in the message.
@@ -514,6 +509,11 @@ identification information. The second argument contains the IPv4 address
 in the ciaddr field. The third argument contains the IPv4 address in the
 requested-ip-address option (if present).
 
+% DHCP4_PACKET_OPTIONS_SKIPPED An error upacking an option, caused subsequent options to be skipped: %1
+A debug message issued when an option failed to unpack correctly, making it
+impossible to unpack the remaining options in the packet.  The server will
+server will still attempt to service the packet.
+
 % DHCP4_PACKET_PACK %1: preparing on-wire format of the packet to be sent
 This debug message is issued when the server starts preparing the on-wire
 format of the packet to be sent back to the client. The argument specifies
index 662677e703dc7a4c163e2914c543e2613a21ee28..b2287423d22170f49bbf44372de64092eb63ce90 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Oct. 27, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
@@ -35,7 +35,7 @@
 
   <docinfo>
     <copyright>
-      <year>2011-2017</year>
+      <year>2011-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 28b3f13d6e9c13f35f0cf69f1f38102bd96c5525..aa6a6fe5fc7e34fa83d8925a51ba950a50ea29be 100644 (file)
@@ -108,16 +108,20 @@ This informational message is printed every time the IPv6 DHCP server
 is started.  It indicates what database backend type is being to store
 lease and other information.
 
+% DHCP6_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1
+An error message indicating that an attempt to reconnect to the lease and/or
+host data bases has failed.  This occurs after connectivity to either one
+has been lost and an automatic attempt to reconnect has failed.
+
 % DHCP6_DB_RECONNECT_ATTEMPT_SCHEDULE scheduling attempt %1 of %2 in %3 seconds
 An informational message indicating that the server is scheduling the next
 attempt to reconnect to its lease and/or host databases.  This occurs when the
 server has lost databse connectivity and is attempting to reconnect
 automatically.
 
-% DHCP6_DB_RECONNECT_ATTEMPT_FAILED database reconnect failed: %1
-An error message indicating that an attempt to reconnect to the lease and/or
-host data bases has failed.  This occurs after connectivity to either one
-has been lost and an automatic attempt to reconnect has failed.
+% DHCP6_DB_RECONNECT_DISABLED database reconnect is disabled: max-reconnect-tries %1, reconnect-wait-time %2
+This is an informational message indicating that connectivity to either the
+lease or host database or both and that automatic reconnect is not enabled.
 
 % DHCP6_DB_RECONNECT_NO_DB_CTL unexpected error in database reconnect
 This is an error message indicating a programmatic error that should not
@@ -125,10 +129,6 @@ occur. It will prohibit the server from attempting to reconnect to its
 databases if connectivy is lost, and the server will exit. This error
 should be reported.
 
-% DHCP6_DB_RECONNECT_DISABLED database reconnect is disabled: max-reconnect-tries %1, reconnect-wait-time %2
-This is an informational message indicating that connectivity to either the
-lease or host database or both and that automatic reconnect is not enabled.
-
 % DHCP6_DB_RECONNECT_RETRIES_EXHAUSTED maximum number of database reconnect attempts: %1, has been exhausted without success, server is shutting down!
 This error indicates that the server is shutting down after failing to reconnect to
 the lease and/or host database(s) after making the maximum configured number
@@ -320,14 +320,6 @@ The server will skip the operation of moving the lease to the declined state and
 will continue processing the packet. In particular, it will send a REPLY message
 as if the decline actually took place.
 
-% DHCP6_HOOK_LEASES6_COMMITTED_DROP %1: packet is dropped, because a callout set the next step to DROP
-This debug message is printed when a callout installed on the leases6_committed
-hook point sets the next step to DROP.
-
-% DHCP6_HOOK_LEASES6_COMMITTED_PARK %1: packet is parked, because a callout set the next step to PARK
-This debug message is printed when a callout installed on the lease6_committed
-hook point sets the next step to PARK.
-
 % DHCP6_HOOK_LEASE6_RELEASE_NA_SKIP %1: DHCPv6 address lease was not released because a callout set the next step to SKIP
 This debug message is printed when a callout installed on the
 lease6_release hook point set the next step to SKIP. For this particular hook
@@ -346,6 +338,14 @@ multiple IA options), the server will retains this particular lease and
 will proceed with other renewals as usual. The argument holds the
 client and transaction identification information.
 
+% DHCP6_HOOK_LEASES6_COMMITTED_DROP %1: packet is dropped, because a callout set the next step to DROP
+This debug message is printed when a callout installed on the leases6_committed
+hook point sets the next step to DROP.
+
+% DHCP6_HOOK_LEASES6_COMMITTED_PARK %1: packet is parked, because a callout set the next step to PARK
+This debug message is printed when a callout installed on the lease6_committed
+hook point sets the next step to PARK.
+
 % DHCP6_HOOK_PACKET_RCVD_SKIP %1: packet is dropped, because a callout set the next step to SKIP
 This debug message is printed when a callout installed on the pkt6_receive
 hook point sets the next step to SKIP. For this particular hook point, the
@@ -368,6 +368,13 @@ not build the wire data (pack) because it was already done by the
 book. The argument specifies the client and transaction identification
 information.
 
+% DHCP6_HOOK_SUBNET6_SELECT_DROP %1: packet was dropped because a callout set the drop flag
+This debug message is printed when a callout installed on the
+subnet6_select hook point set the drop flag. For this particular hook
+point, the setting of the flag instructs the server to drop the
+received packet. The argument holds the client and transaction
+identification information.
+
 % DHCP6_HOOK_SUBNET6_SELECT_SKIP %1: no subnet was selected because a callout set the next step to SKIP
 This debug message is printed when a callout installed on the
 subnet6_select hook point set the next step to SKIP value. For this particular hook
@@ -377,13 +384,6 @@ will be only able to offer global options - no addresses or prefixes
 will be assigned. The argument holds the client and transaction
 identification information.
 
-% DHCP6_HOOK_SUBNET6_SELECT_DROP %1: packet was dropped because a callout set the drop flag
-This debug message is printed when a callout installed on the
-subnet6_select hook point set the drop flag. For this particular hook
-point, the setting of the flag instructs the server to drop the
-received packet. The argument holds the client and transaction
-identification information.
-
 % DHCP6_INIT_FAIL failed to initialize Kea server: %1
 The server has failed to establish communication with the rest of Kea,
 failed to read JSON configuration file or encountered any other critical
index edaea45e7b2c6fbfc594d89fab95906e32c483f4..da08b7bb0e09e5583faa128bafe69a82fa2f5ef1 100644 (file)
@@ -9,8 +9,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Oct. 27, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
@@ -34,7 +34,7 @@
 
   <docinfo>
     <copyright>
-      <year>2011-2017</year>
+      <year>2011-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 7ff3da8e45720b9272d89a9a11309736da30ceef..506fa66031c0b040b1948eae984acb5b7d8e27c8 100644 (file)
@@ -9,8 +9,8 @@
 <refentry>
   <info>
     <productname>ISC Kea</productname>
-    <date>Oct. 27, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author>
       <personname/>
       <contrib>The Kea software has been written by a number of
@@ -35,7 +35,7 @@
 
   <docinfo>
     <copyright>
-      <year>2014-2017</year>
+      <year>2014-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 1b21b23178b700fc3e80fa158639aa56f03f2e28..45e0eb49bf186423a64748c364e94c1a70489814 100644 (file)
@@ -11,8 +11,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Oct. 27, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author><personname/><contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
         Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed,
@@ -35,7 +35,7 @@
 
   <docinfo>
     <copyright>
-      <year>2015-2017</year>
+      <year>2015-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 47afadeea2603b59ccb641a4d8f375b4cb480261..95d47a828afdc63e87a4200b7a1b36bc0b9c4cf8 100644 (file)
@@ -10,8 +10,8 @@
 
     <info>
       <productname>ISC Kea</productname>
-      <date>Oct. 27, 2017</date>
-      <edition>1.3.0</edition>
+      <date>May 18, 2018</date>
+      <edition>1.4.0-beta</edition>
       <author>
         <personname/>
         <contrib>The Kea software has been written by a number of
@@ -36,7 +36,7 @@
 
     <docinfo>
         <copyright>
-            <year>2016-2017</year>
+            <year>2016-2018</year>
             <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
         </copyright>
     </docinfo>
index 09b9bfcfcdd8e9b591f48da4de94c5dfa9a4c876..c2b072410de2ee2136140cfb37d6fe7fc276af98 100644 (file)
@@ -10,8 +10,8 @@
 
   <info>
     <productname>ISC Kea</productname>
-    <date>Oct. 28, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
index ed3d964f687d9fb8579000e33875ee66078ec641..e997404aff6fd182cb356d29142ceb9ae14652f8 100644 (file)
@@ -10,8 +10,8 @@
 
   <refentryinfo>
     <productname>ISC Kea</productname>
-    <date>Oct. 27, 2017</date>
-    <edition>1.3.0</edition>
+    <date>May 18, 2018</date>
+    <edition>1.4.0-beta</edition>
     <author>
       <contrib>The Kea software has been written by a number of
         engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
@@ -41,7 +41,7 @@
 
   <docinfo>
     <copyright>
-      <year>2014-2017</year>
+      <year>2014-2018</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 7b5083349e82602763594b8228cc33de398d530b..3b3d0c744d80e0ee9f5eb4c936f4ab3e9b5702e9 100644 (file)
@@ -1,5 +1,23 @@
 # Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
 
+% STAT_CMDS_DEINIT_FAILED unloading Stat Commands hooks library failed: %1
+This error message indicates an error during unloading the Lease Commands
+hooks library. The details of the error are provided as argument of
+the log message.
+
+% STAT_CMDS_DEINIT_OK unloading Stat Commands hooks library successful
+This info message indicates that the Stat Commands hooks library has been
+removed successfully.
+
+% STAT_CMDS_INIT_FAILED loading Stat Commands hooks library failed: %1
+This error message indicates an error during loading the Lease Commands
+hooks library. The details of the error are provided as argument of
+the log message.
+
+% STAT_CMDS_INIT_OK loading Stat Commands hooks library successful
+This info message indicates that the Stat Commands hooks library has been
+loaded successfully. Enjoy!
+
 % STAT_CMDS_LEASE4_GET stat-lease4-get command successful, parameters: %1 rows found: %2
 The stat-lease4-get command has been successful. The log will contain
 the parameters supplied and the number of rows found.
@@ -33,21 +51,3 @@ parameters.  A detailed explanation should be logged.
 The parameters submitted with stat-lease6-get were valid but excluded all
 known subnets.  The parameters supplied along with an explanation should
 be logged.
-
-% STAT_CMDS_DEINIT_FAILED unloading Stat Commands hooks library failed: %1
-This error message indicates an error during unloading the Lease Commands
-hooks library. The details of the error are provided as argument of
-the log message.
-
-% STAT_CMDS_DEINIT_OK unloading Stat Commands hooks library successful
-This info message indicates that the Stat Commands hooks library has been
-removed successfully.
-
-% STAT_CMDS_INIT_FAILED loading Stat Commands hooks library failed: %1
-This error message indicates an error during loading the Lease Commands
-hooks library. The details of the error are provided as argument of
-the log message.
-
-% STAT_CMDS_INIT_OK loading Stat Commands hooks library successful
-This info message indicates that the Stat Commands hooks library has been
-loaded successfully. Enjoy!
index 104bf38031bbb20d40d29591e425ff18a873cc54..8d6e4fa36e2cdda55968aeb004671e3eb527de9b 100644 (file)
@@ -194,18 +194,14 @@ with the specified address to the Cassandra backend database.
 % DHCPSRV_CQL_COMMIT committing to Cassandra database.
 A commit call been issued on the server. For Cassandra, this is a no-op.
 
+% DHCPSRV_CQL_CONNECTION_BEGIN_TRANSACTION begin transaction on current connection.
+The server has issued a begin transaction call.
+
 % DHCPSRV_CQL_CONNECTION_COMMIT committing to Cassandra database on current connection.
 A commit call been issued on the server. For Cassandra, this is a no-op.
 
-% DHCPSRV_CQL_DEALLOC_ERROR An error occurred while closing the CQL connection: %1
-This is an error message issued when a DHCP server (either V4 or V6) experienced
-and error freeing CQL database resources as part of closing its connection to
-the Cassandra database. The connection is closed as part of normal server
-shutdown. This error is most likely a programmatic issue that is highly
-unlikely to occur or negatively impact server operation.
-
-% DHCPSRV_CQL_CONNECTION_BEGIN_TRANSACTION begin transaction on current connection.
-The server has issued a begin transaction call.
+% DHCPSRV_CQL_CONNECTION_ROLLBACK rolling back Cassandra database on current connection.
+The code has issued a rollback call. For Cassandra, this is a no-op.
 
 % DHCPSRV_CQL_DB opening Cassandra lease database: %1
 This informational message is logged when a DHCP server (either V4 or
@@ -213,6 +209,13 @@ V6) is about to open a Cassandra lease database.  The parameters of
 the connection including database name and username needed to access it
 (but not the password if any) are logged.
 
+% DHCPSRV_CQL_DEALLOC_ERROR An error occurred while closing the CQL connection: %1
+This is an error message issued when a DHCP server (either V4 or V6) experienced
+and error freeing CQL database resources as part of closing its connection to
+the Cassandra database. The connection is closed as part of normal server
+shutdown. This error is most likely a programmatic issue that is highly
+unlikely to occur or negatively impact server operation.
+
 % DHCPSRV_CQL_DELETE_ADDR deleting lease for address %1
 A debug message issued when the server is attempting to delete a lease from the
 Cassandra database for the specified address.
@@ -294,19 +297,9 @@ subnet ID and hardware address.
 A debug message issued when the server is about to obtain schema version
 information from the Cassandra database.
 
-% DHCPSRV_CQL_ROLLBACK rolling back Cassandra database.
-The code has issued a rollback call. For Cassandra, this is a no-op.
-
-% DHCPSRV_CQL_CONNECTION_ROLLBACK rolling back Cassandra database on current connection.
-The code has issued a rollback call. For Cassandra, this is a no-op.
-
-% DHCPSRV_CQL_UPDATE_ADDR4 updating IPv4 lease for address %1
-A debug message issued when the server is attempting to update IPv4
-lease from the Cassandra database for the specified address.
-
-% DHCPSRV_CQL_UPDATE_ADDR6 updating IPv6 lease for address %1
-A debug message issued when the server is attempting to update IPv6
-lease from the Cassandra database for the specified address.
+% DHCPSRV_CQL_HOST_ADD Adding host information to the database
+An informational message logged when options belonging to any reservation from a
+single host are inserted.
 
 % DHCPSRV_CQL_HOST_DB Connecting to CQL hosts database: %1
 An informational message logged when the CQL hosts database is about to be
@@ -317,13 +310,6 @@ username needed to access it (but not the password if any) are logged.
 A debug message issued when the server is about to obtain schema version
 information from the CQL hosts database.
 
-% DHCPSRV_CQL_HOST_ADD Adding host information to the database
-An informational message logged when options belonging to any reservation from a
-single host are inserted.
-
-% DHCPSRV_CQL_HOST_GET_ALL Retrieving multiple hosts from a CQL database
-An informational message logged when multiple hosts from a CQL database are retrieved.
-
 % DHCPSRV_CQL_HOST_GET4 Retrieving one DHCPv4 host from a CQL database
 An informational message logged when a DHCP server is about to retrieve one
 host from a CQL database by IPv4 criteria.
@@ -332,8 +318,22 @@ host from a CQL database by IPv4 criteria.
 An informational message logged when a DHCP server is about to retrieve one
 host from a CQL database by IPv6 criteria.
 
+% DHCPSRV_CQL_HOST_GET_ALL Retrieving multiple hosts from a CQL database
+An informational message logged when multiple hosts from a CQL database are retrieved.
+
 % DHCPSRV_CQL_LEASE_EXCEPTION_THROWN Exception thrown during Cassandra operation: %1
 
+% DHCPSRV_CQL_ROLLBACK rolling back Cassandra database.
+The code has issued a rollback call. For Cassandra, this is a no-op.
+
+% DHCPSRV_CQL_UPDATE_ADDR4 updating IPv4 lease for address %1
+A debug message issued when the server is attempting to update IPv4
+lease from the Cassandra database for the specified address.
+
+% DHCPSRV_CQL_UPDATE_ADDR6 updating IPv6 lease for address %1
+A debug message issued when the server is attempting to update IPv6
+lease from the Cassandra database for the specified address.
+
 % DHCPSRV_DHCP4O6_RECEIVED_BAD_PACKET received bad DHCPv4o6 packet: %1
 A bad DHCPv4o6 packet was received.
 
@@ -430,14 +430,14 @@ with the specified address to the memory file backend database.
 A debug message issued when the server is about to add an IPv6 lease
 with the specified address to the memory file backend database.
 
-% DHCPSRV_MEMFILE_COMMIT committing to memory file database
-The code has issued a commit call.  For the memory file database, this is
-a no-op.
-
 % DHCPSRV_MEMFILE_BEGIN_TRANSACTION committing to memory file database
 The code has issued a begin transaction call.  For the memory file database, this is
 a no-op.
 
+% DHCPSRV_MEMFILE_COMMIT committing to memory file database
+The code has issued a commit call.  For the memory file database, this is
+a no-op.
+
 % DHCPSRV_MEMFILE_CONVERTING_LEASE_FILES running LFC now to convert lease files to the current schema: %1.%2
 A warning message issued when the server has detected lease files that need
 to be either upgraded or downgraded to match the server's schema, and that
@@ -675,14 +675,14 @@ with the specified address to the MySQL backend database.
 A debug message issued when the server is about to add an IPv6 lease
 with the specified address to the MySQL backend database.
 
+% DHCPSRV_MYSQL_BEGIN_TRANSACTION committing to MySQL database
+The code has issued a begin transaction call.
+
 % DHCPSRV_MYSQL_COMMIT committing to MySQL database
 The code has issued a commit call.  All outstanding transactions will be
 committed to the database.  Note that depending on the MySQL settings,
 the committal may not include a write to disk.
 
-% DHCPSRV_MYSQL_BEGIN_TRANSACTION committing to MySQL database
-The code has issued a begin transaction call.
-
 % DHCPSRV_MYSQL_DB opening MySQL lease database: %1
 This informational message is logged when a DHCP server (either V4 or
 V6) is about to open a MySQL lease database.  The parameters of the
@@ -845,14 +845,14 @@ with the specified address to the PostgreSQL backend database.
 A debug message issued when the server is about to add an IPv6 lease
 with the specified address to the PostgreSQL backend database.
 
+% DHCPSRV_PGSQL_BEGIN_TRANSACTION committing to PostgreSQL database
+The code has issued a begin transaction call.
+
 % DHCPSRV_PGSQL_COMMIT committing to PostgreSQL database
 The code has issued a commit call.  All outstanding transactions will be
 committed to the database.  Note that depending on the PostgreSQL settings,
 the committal may not include a write to disk.
 
-% DHCPSRV_PGSQL_BEGIN_TRANSACTION committing to PostgreSQL database
-The code has issued a begin transaction call.
-
 % DHCPSRV_PGSQL_DB opening PostgreSQL lease database: %1
 This informational message is logged when a DHCP server (either V4 or
 V6) is about to open a PostgreSQL lease database.  The parameters of the
index cf370ed31ab2bb808790ff6f8a438740c287acc2..5d06fc486ac20c7c94c41267d8102820cac4919a 100644 (file)
@@ -6,6 +6,10 @@
 
 $NAMESPACE isc::dhcp
 
+% HOSTS_BACKENDS_REGISTERED the following host backend types are available: %1
+This informational message lists all possible host backends that could
+be used in hosts-database[s].
+
 % HOSTS_BACKEND_DEREGISTER deregistered host backend type: %1
 This debug message is issued when a backend factory was deregistered.
 It is no longer possible to use host backend of this type.
@@ -14,10 +18,6 @@ It is no longer possible to use host backend of this type.
 This debug message is issued when a backend factory was successfully
 registered. It is now possible to use host backend of this type.
 
-% HOSTS_BACKENDS_REGISTERED the following host backend types are available: %1
-This informational message lists all possible host backends that could
-be used in hosts-database[s].
-
 % HOSTS_CFG_ADD_HOST add the host for reservations: %1
 This debug message is issued when new host (with reservations) is added to
 the server's configuration. The argument describes the host and its