|
@@ -238,6 +238,12 @@ hook point sets the skip flag. It means that the server was told that
|
|
|
no lease6 should be assigned. The server will not put that lease in its
|
|
|
database and the client will get a NoAddrsAvail for that IA_NA option.
|
|
|
|
|
|
+% DHCPSRV_HOSTDB_NOTYPE 'type' parameter is missing from hosts database configuration: %1
|
|
|
+This is an error message, logged when an attempt has been made to access
|
|
|
+the configured hosts database, but no 'type' keyword has been included in
|
|
|
+the access string. The access string (less any passwords) is included
|
|
|
+in the message.
|
|
|
+
|
|
|
% DHCPSRV_INVALID_ACCESS invalid database access string: %1
|
|
|
This is logged when an attempt has been made to parse a database access string
|
|
|
and the attempt ended in error. The access string in question - which
|
|
@@ -532,6 +538,16 @@ and hardware address.
|
|
|
A debug message issued when the server is about to obtain schema version
|
|
|
information from the MySQL database.
|
|
|
|
|
|
+% DHCPSRV_MYSQL_HOST_DB opening MySQL hosts database: %1
|
|
|
+This informational message is logged when a DHCP server (either V4 or
|
|
|
+V6) is about to open a MySQL hosts database. The parameters of the
|
|
|
+connection including database name and username needed to access it
|
|
|
+(but not the password if any) are logged.
|
|
|
+
|
|
|
+% DHCPSRV_MYSQL_HOST_DB_GET_VERSION obtaining schema version information
|
|
|
+A debug message issued when the server is about to obtain schema version
|
|
|
+information from the MySQL hosts database.
|
|
|
+
|
|
|
% DHCPSRV_MYSQL_ROLLBACK rolling back MySQL database
|
|
|
The code has issued a rollback call. All outstanding transaction will
|
|
|
be rolled back and not committed to the database.
|
|
@@ -658,6 +674,12 @@ and hardware address.
|
|
|
A debug message issued when the server is about to obtain schema version
|
|
|
information from the PostgreSQL database.
|
|
|
|
|
|
+% DHCPSRV_PGSQL_HOST_DB opening PostgreSQL hosts database: %1
|
|
|
+This informational message is logged when a DHCP server (either V4 or
|
|
|
+V6) is about to open a PostgreSQL hosts database. The parameters of the
|
|
|
+connection including database name and username needed to access it
|
|
|
+(but not the password if any) are logged.
|
|
|
+
|
|
|
% DHCPSRV_PGSQL_ROLLBACK rolling back PostgreSQL database
|
|
|
The code has issued a rollback call. All outstanding transaction will
|
|
|
be rolled back and not committed to the database.
|
|
@@ -774,3 +796,7 @@ indicate an error in the source code, please submit a bug report.
|
|
|
% DHCPSRV_UNKNOWN_DB unknown database type: %1
|
|
|
The database access string specified a database type (given in the
|
|
|
message) that is unknown to the software. This is a configuration error.
|
|
|
+
|
|
|
+% DHCPSRV_UNKNOWN_HOST_DB unknown hosts database type: %1
|
|
|
+The hosts database access string specified a database type (given in the
|
|
|
+message) that is unknown to the software. This is a configuration error.
|