|
@@ -164,6 +164,108 @@ the database access parameters are changed: in the latter case, the
|
|
|
server closes the currently open database, and opens a database using
|
|
|
the new parameters.
|
|
|
|
|
|
+% DHCPSRV_CQL_ADD_ADDR4 adding IPv4 lease with address %1
|
|
|
+A debug message issued when the server is about to add an IPv4 lease
|
|
|
+with the specified address to the Cassandra backend database.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_ADD_ADDR6 adding IPv6 lease with address %1
|
|
|
+A debug message issued when the server is about to add an IPv6 lease
|
|
|
+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_DB opening Cassandra lease database: %1
|
|
|
+This informational message is logged when a DHCP server (either V4 or
|
|
|
+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_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.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_DELETE_EXPIRED_RECLAIMED4 deleting reclaimed IPv4 leases that expired more than %1 seconds ago
|
|
|
+A debug message issued when the server is removing reclaimed DHCPv4
|
|
|
+leases which have expired longer than a specified period of time.
|
|
|
+The argument is the amount of time Kea waits after a reclaimed
|
|
|
+lease expires before considering its removal.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_DELETE_EXPIRED_RECLAIMED6 deleting reclaimed IPv6 leases that expired more than %1 seconds ago
|
|
|
+A debug message issued when the server is removing reclaimed DHCPv6
|
|
|
+leases which have expired longer than a specified period of time.
|
|
|
+The argument is the amount of time Kea waits after a reclaimed
|
|
|
+lease expires before considering its removal.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_ADDR4 obtaining IPv4 lease for address %1
|
|
|
+A debug message issued when the server is attempting to obtain an IPv4
|
|
|
+lease from the Cassandra database for the specified address.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_ADDR6 obtaining IPv6 lease for address %1 and lease type %2
|
|
|
+A debug message issued when the server is attempting to obtain an IPv6
|
|
|
+lease from the Cassandra database for the specified address.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_CLIENTID obtaining IPv4 leases for client ID %1
|
|
|
+A debug message issued when the server is attempting to obtain a set of
|
|
|
+IPv4 leases from the Cassandra database for a client with the specified
|
|
|
+client identification.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_CLIENTID_HWADDR_SUBID obtaining IPv4 lease for client ID %1, hardware address %2 and subnet ID %3
|
|
|
+A debug message issued when the server is attempting to obtain an IPv4
|
|
|
+lease from the Cassandra database for a client with the specified
|
|
|
+client ID, hardware address and subnet ID.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_EXPIRED4 obtaining maximum %1 of expired IPv4 leases
|
|
|
+A debug message issued when the server is attempting to obtain expired
|
|
|
+IPv4 leases to reclaim them. The maximum number of leases to be retrieved
|
|
|
+is logged in the message.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_EXPIRED6 obtaining maximum %1 of expired IPv6 leases
|
|
|
+A debug message issued when the server is attempting to obtain expired
|
|
|
+IPv6 leases to reclaim them. The maximum number of leases to be retrieved
|
|
|
+is logged in the message.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_HWADDR obtaining IPv4 leases for hardware address %1
|
|
|
+A debug message issued when the server is attempting to obtain a set of
|
|
|
+IPv4 leases from the Cassandra database for a client with the specified
|
|
|
+hardware address.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_IAID_DUID obtaining IPv6 leases for IAID %1 and DUID %2 and lease type %3
|
|
|
+A debug message issued when the server is attempting to obtain a set of IPv6
|
|
|
+leases from the Cassandra database for a client with the specified IAID
|
|
|
+(Identity Association ID) and DUID (DHCP Unique Identifier).
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_IAID_SUBID_DUID obtaining IPv6 leases for IAID %1, Subnet ID %2, DUID %3 and lease type %4
|
|
|
+A debug message issued when the server is attempting to obtain an IPv6
|
|
|
+lease from the Cassandra database for a client with the specified IAID
|
|
|
+(Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
|
|
|
+A debug message issued when the server is attempting to obtain an IPv4
|
|
|
+lease from the Cassandra database for a client with the specified
|
|
|
+subnet ID and client ID.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
|
|
|
+A debug message issued when the server is attempting to obtain an IPv4
|
|
|
+lease from the Cassandra database for a client with the specified
|
|
|
+subnet ID and hardware address.
|
|
|
+
|
|
|
+% DHCPSRV_CQL_GET_VERSION obtaining schema version information
|
|
|
+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_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.
|
|
|
|
|
@@ -640,10 +742,6 @@ An error message indicating that communication with the MySQL database server
|
|
|
has been lost. When this occurs the server exits immediately with a non-zero
|
|
|
exit code. This is most likely due to a network issue.
|
|
|
|
|
|
-% DHCPSRV_PGSQL_HOST_DB_GET_VERSION obtaining schema version information for the PostgreSQL hosts database
|
|
|
-A debug message issued when the server is about to obtain schema version
|
|
|
-information from the PostgreSQL hosts database.
|
|
|
-
|
|
|
% DHCPSRV_PGSQL_GET_ADDR4 obtaining IPv4 lease for address %1
|
|
|
A debug message issued when the server is attempting to obtain an IPv4
|
|
|
lease from the PostgreSQL database for the specified address.
|
|
@@ -702,6 +800,10 @@ 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_HOST_DB_GET_VERSION obtaining schema version information for the PostgreSQL hosts database
|
|
|
+A debug message issued when the server is about to obtain schema version
|
|
|
+information from the PostgreSQL hosts database.
|
|
|
+
|
|
|
% DHCPSRV_PGSQL_HOST_DB_READONLY PostgreSQL host database opened for read access only
|
|
|
This informational message is issued when the user has configured the PostgreSQL
|
|
|
database in read-only mode. Kea will not be able to insert or modify
|
|
@@ -833,105 +935,3 @@ 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_CQL_ADD_ADDR4 adding IPv4 lease with address %1
|
|
|
-A debug message issued when the server is about to add an IPv4 lease
|
|
|
-with the specified address to the Cassandra backend database.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_ADD_ADDR6 adding IPv6 lease with address %1
|
|
|
-A debug message issued when the server is about to add an IPv6 lease
|
|
|
-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_DB opening Cassandra lease database: %1
|
|
|
-This informational message is logged when a DHCP server (either V4 or
|
|
|
-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_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.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_DELETE_EXPIRED_RECLAIMED4 deleting reclaimed IPv4 leases that expired more than %1 seconds ago
|
|
|
-A debug message issued when the server is removing reclaimed DHCPv4
|
|
|
-leases which have expired longer than a specified period of time.
|
|
|
-The argument is the amount of time Kea waits after a reclaimed
|
|
|
-lease expires before considering its removal.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_DELETE_EXPIRED_RECLAIMED6 deleting reclaimed IPv6 leases that expired more than %1 seconds ago
|
|
|
-A debug message issued when the server is removing reclaimed DHCPv6
|
|
|
-leases which have expired longer than a specified period of time.
|
|
|
-The argument is the amount of time Kea waits after a reclaimed
|
|
|
-lease expires before considering its removal.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_ADDR4 obtaining IPv4 lease for address %1
|
|
|
-A debug message issued when the server is attempting to obtain an IPv4
|
|
|
-lease from the Cassandra database for the specified address.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_ADDR6 obtaining IPv6 lease for address %1 and lease type %2
|
|
|
-A debug message issued when the server is attempting to obtain an IPv6
|
|
|
-lease from the Cassandra database for the specified address.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_CLIENTID obtaining IPv4 leases for client ID %1
|
|
|
-A debug message issued when the server is attempting to obtain a set of
|
|
|
-IPv4 leases from the Cassandra database for a client with the specified
|
|
|
-client identification.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_CLIENTID_HWADDR_SUBID obtaining IPv4 lease for client ID %1, hardware address %2 and subnet ID %3
|
|
|
-A debug message issued when the server is attempting to obtain an IPv4
|
|
|
-lease from the Cassandra database for a client with the specified
|
|
|
-client ID, hardware address and subnet ID.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_EXPIRED4 obtaining maximum %1 of expired IPv4 leases
|
|
|
-A debug message issued when the server is attempting to obtain expired
|
|
|
-IPv4 leases to reclaim them. The maximum number of leases to be retrieved
|
|
|
-is logged in the message.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_EXPIRED6 obtaining maximum %1 of expired IPv6 leases
|
|
|
-A debug message issued when the server is attempting to obtain expired
|
|
|
-IPv6 leases to reclaim them. The maximum number of leases to be retrieved
|
|
|
-is logged in the message.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_HWADDR obtaining IPv4 leases for hardware address %1
|
|
|
-A debug message issued when the server is attempting to obtain a set of
|
|
|
-IPv4 leases from the Cassandra database for a client with the specified
|
|
|
-hardware address.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_IAID_DUID obtaining IPv6 leases for IAID %1 and DUID %2 and lease type %3
|
|
|
-A debug message issued when the server is attempting to obtain a set of IPv6
|
|
|
-leases from the Cassandra database for a client with the specified IAID
|
|
|
-(Identity Association ID) and DUID (DHCP Unique Identifier).
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_IAID_SUBID_DUID obtaining IPv6 leases for IAID %1, Subnet ID %2, DUID %3 and lease type %4
|
|
|
-A debug message issued when the server is attempting to obtain an IPv6
|
|
|
-lease from the Cassandra database for a client with the specified IAID
|
|
|
-(Identity Association ID), Subnet ID and DUID (DHCP Unique Identifier).
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_SUBID_CLIENTID obtaining IPv4 lease for subnet ID %1 and client ID %2
|
|
|
-A debug message issued when the server is attempting to obtain an IPv4
|
|
|
-lease from the Cassandra database for a client with the specified
|
|
|
-subnet ID and client ID.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_SUBID_HWADDR obtaining IPv4 lease for subnet ID %1 and hardware address %2
|
|
|
-A debug message issued when the server is attempting to obtain an IPv4
|
|
|
-lease from the Cassandra database for a client with the specified
|
|
|
-subnet ID and hardware address.
|
|
|
-
|
|
|
-% DHCPSRV_CQL_GET_VERSION obtaining schema version information
|
|
|
-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_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.
|