summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2020-12-14 13:20:40 +0100
committerWlodek Wencel <wlodek@isc.org>2020-12-14 13:20:40 +0100
commita3b7ddabe485471300037c75a5854c8177286238 (patch)
treeb324b8037ac696d4b6adeefc542d004c4154dc05 /src/bin/dhcp4
parent[#1574] indentation corrected (diff)
downloadkea-a3b7ddabe485471300037c75a5854c8177286238.tar.xz
kea-a3b7ddabe485471300037c75a5854c8177286238.zip
[#1609] 1.9.3 changes
Diffstat (limited to 'src/bin/dhcp4')
-rw-r--r--src/bin/dhcp4/dhcp4_messages.cc2
-rw-r--r--src/bin/dhcp4/dhcp4_messages.h2
-rw-r--r--src/bin/dhcp4/dhcp4_messages.mes12
3 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/dhcp4/dhcp4_messages.cc b/src/bin/dhcp4/dhcp4_messages.cc
index 4c44eb128a..df37920301 100644
--- a/src/bin/dhcp4/dhcp4_messages.cc
+++ b/src/bin/dhcp4/dhcp4_messages.cc
@@ -1,4 +1,4 @@
-// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Fri Nov 13 2020 12:55
+// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Mon Dec 14 2020 03:36
#include <cstddef>
#include <log/message_types.h>
diff --git a/src/bin/dhcp4/dhcp4_messages.h b/src/bin/dhcp4/dhcp4_messages.h
index 8c9e886001..70e914145f 100644
--- a/src/bin/dhcp4/dhcp4_messages.h
+++ b/src/bin/dhcp4/dhcp4_messages.h
@@ -1,4 +1,4 @@
-// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Fri Nov 13 2020 12:55
+// File created from ../../../src/bin/dhcp4/dhcp4_messages.mes on Mon Dec 14 2020 03:36
#ifndef DHCP4_MESSAGES_H
#define DHCP4_MESSAGES_H
diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes
index 4ef0b9323e..daaa60dfb2 100644
--- a/src/bin/dhcp4/dhcp4_messages.mes
+++ b/src/bin/dhcp4/dhcp4_messages.mes
@@ -201,6 +201,12 @@ updated configuration from the Kea configuration system.
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_FAILED 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
+of reconnect attempts. Loss of connectivity is typically a network or database
+server issue.
+
% DHCP4_DB_RECONNECT_LOST_CONNECTION database connection lost.
This info message indicates that the connection has been lost and the dhcp
service has been disabled in order to try to recover the connection.
@@ -215,12 +221,6 @@ should be reported.
This info message indicates that the connection has been recovered and the dhcp
service has been restored.
-% DHCP4_DB_RECONNECT_FAILED 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
-of reconnect attempts. Loss of connectivity is typically a network or database
-server issue.
-
% DHCP4_DDNS_REQUEST_SEND_FAILED failed sending a request to kea-dhcp-ddns, error: %1, ncr: %2
This error message indicates that DHCP4 server attempted to send a DDNS
update request to the DHCP-DDNS server. This is most likely a configuration or