|
@@ -266,6 +266,16 @@ A debug message issued when the server is attempting to obtain an IPv4
|
|
|
lease from the memory file database for a client with the specified
|
|
|
client ID, hardware address and subnet ID.
|
|
|
|
|
|
+% DHCPSRV_MEMFILE_GET_EXPIRED4 obtaining expired IPv4 leases with limit %1
|
|
|
+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_MEMFILE_GET_EXPIRED6 obtaining expired IPv6 leases with limit %1
|
|
|
+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_MEMFILE_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 memory file database for a client with the specified
|
|
@@ -391,6 +401,23 @@ connection including database name and username needed to access it
|
|
|
A debug message issued when the server is attempting to delete a lease for
|
|
|
the specified address from the MySQL database for the specified address.
|
|
|
|
|
|
+% DHCPSRV_MYSQL_DELETE_EXPIRED_RECLAIMED4 deleting reclaimed leases expired more than %1 s 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 specified the number of seconds since leases' expiration
|
|
|
+before they can be removed.
|
|
|
+
|
|
|
+% DHCPSRV_MYSQL_DELETE_EXPIRED_RECLAIMED6 deleting reclaimed leases expired more than %1 s 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 specified the number of seconds since leases' expiration
|
|
|
+before they can be removed.
|
|
|
+
|
|
|
+% DHCPSRV_MYSQL_DELETED_EXPIRED_RECLAIMED deleted %1 reclaimed leases from the database
|
|
|
+A debug message issued when the server has removed a number of reclaimed
|
|
|
+leases from the database. The number of removed leases is included in the
|
|
|
+message.
|
|
|
+
|
|
|
% DHCPSRV_MYSQL_GET_ADDR4 obtaining IPv4 lease for address %1
|
|
|
A debug message issued when the server is attempting to obtain an IPv4
|
|
|
lease from the MySQL database for the specified address.
|
|
@@ -404,6 +431,16 @@ A debug message issued when the server is attempting to obtain a set
|
|
|
of IPv4 leases from the MySQL database for a client with the specified
|
|
|
client identification.
|
|
|
|
|
|
+% DHCPSRV_MYSQL_GET_EXPIRED4 obtaining expired IPv4 leases with limit %1
|
|
|
+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_MYSQL_GET_EXPIRED6 obtaining expired IPv6 leases with limit %1
|
|
|
+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_MYSQL_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 MySQL database for a client with the specified
|