diff options
author | Francis Dupont <fdupont@isc.org> | 2019-10-16 19:02:43 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-10-25 17:26:23 +0200 |
commit | 5bd76e38b525e989cebf424043d931c2e0a1d4c7 (patch) | |
tree | b6d5c01cd1cfc0791678c23b3b0df8b94d03b238 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [393-global-search-through-leases-by-mac-or-hostname-w-o-specifying-a-subnet-... (diff) | |
download | kea-5bd76e38b525e989cebf424043d931c2e0a1d4c7.tar.xz kea-5bd76e38b525e989cebf424043d931c2e0a1d4c7.zip |
[393-global-search-through-leases-by-mac-or-hostname-w-o-specifying-a-subnet-id] Added get leases 4 and 4 by hostname to the API
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index e8a544e1bc..0c2d19d29b 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -303,6 +303,16 @@ 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_HOSTNAME4 obtaining IPv4 leases for hostname %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 +hostname. + +% DHCPSRV_CQL_GET_HOSTNAME6 obtaining IPv6 leases for hostname %1 +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 +hostname. + % 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 @@ -579,6 +589,16 @@ 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_HOSTNAME4 obtaining IPv4 leases for hostname %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 +hostname. + +% DHCPSRV_MEMFILE_GET_HOSTNAME6 obtaining IPv6 leases for hostname %1 +A debug message issued when the server is attempting to obtain a set of +IPv6 leases from the memory file database for a client with the specified +hostname. + % 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 @@ -830,6 +850,16 @@ 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_HOSTNAME4 obtaining IPv4 leases for hostname %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 +hostname. + +% DHCPSRV_MYSQL_GET_HOSTNAME6 obtaining IPv6 leases for hostname %1 +A debug message issued when the server is attempting to obtain a set +of IPv6 leases from the MySQL database for a client with the specified +hostname. + % 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 @@ -1014,6 +1044,16 @@ 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_PGSQL_GET_HOSTNAME4 obtaining IPv4 leases for hostname %1 +A debug message issued when the server is attempting to obtain a set +of IPv4 leases from the PostgreSQL database for a client with the specified +hostname. + +% DHCPSRV_PGSQL_GET_HOSTNAME6 obtaining IPv6 leases for hostname %1 +A debug message issued when the server is attempting to obtain a set +of IPv6 leases from the PostgreSQL database for a client with the specified +hostname. + % DHCPSRV_PGSQL_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 PostgreSQL database for a client with the specified |