summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/dhcp4_messages.cc
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2022-02-03 18:41:17 +0100
committerRazvan Becheriu <razvan@isc.org>2022-02-04 15:35:23 +0100
commitcd5f61195a2bcece6db4de937e155da82eac1419 (patch)
tree9152d5425779c2b2848bc9a50c8f580b07cf106f /src/bin/dhcp4/dhcp4_messages.cc
parent[#1334] Moved ClientClasses to multi index (diff)
downloadkea-cd5f61195a2bcece6db4de937e155da82eac1419.tar.xz
kea-cd5f61195a2bcece6db4de937e155da82eac1419.zip
[#2036] make host reservations lookup before lease lookup configurable
Diffstat (limited to 'src/bin/dhcp4/dhcp4_messages.cc')
-rw-r--r--src/bin/dhcp4/dhcp4_messages.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/dhcp4/dhcp4_messages.cc b/src/bin/dhcp4/dhcp4_messages.cc
index 5fe35d6e12..ca296cec17 100644
--- a/src/bin/dhcp4/dhcp4_messages.cc
+++ b/src/bin/dhcp4/dhcp4_messages.cc
@@ -136,6 +136,7 @@ extern const isc::log::MessageID DHCP4_RELEASE_EXCEPTION = "DHCP4_RELEASE_EXCEPT
extern const isc::log::MessageID DHCP4_RELEASE_FAIL = "DHCP4_RELEASE_FAIL";
extern const isc::log::MessageID DHCP4_RELEASE_FAIL_NO_LEASE = "DHCP4_RELEASE_FAIL_NO_LEASE";
extern const isc::log::MessageID DHCP4_RELEASE_FAIL_WRONG_CLIENT = "DHCP4_RELEASE_FAIL_WRONG_CLIENT";
+extern const isc::log::MessageID DHCP4_RESERVATIONS_LOOKUP_FIRST_ENABLED = "DHCP4_RESERVATIONS_LOOKUP_FIRST_ENABLED";
extern const isc::log::MessageID DHCP4_RESERVED_HOSTNAME_ASSIGNED = "DHCP4_RESERVED_HOSTNAME_ASSIGNED";
extern const isc::log::MessageID DHCP4_RESPONSE_DATA = "DHCP4_RESPONSE_DATA";
extern const isc::log::MessageID DHCP4_RESPONSE_FQDN_DATA = "DHCP4_RESPONSE_FQDN_DATA";
@@ -294,6 +295,7 @@ const char* values[] = {
"DHCP4_RELEASE_FAIL", "%1: failed to remove lease for address %2",
"DHCP4_RELEASE_FAIL_NO_LEASE", "%1: client is trying to release non-existing lease %2",
"DHCP4_RELEASE_FAIL_WRONG_CLIENT", "%1: client is trying to release the lease %2 which belongs to a different client",
+ "DHCP4_RESERVATIONS_LOOKUP_FIRST_ENABLED", "Multi-threading is enabled and host reservations lookup is always performed first.",
"DHCP4_RESERVED_HOSTNAME_ASSIGNED", "%1: server assigned reserved hostname %2",
"DHCP4_RESPONSE_DATA", "%1: responding with packet %2 (type %3), packet details: %4",
"DHCP4_RESPONSE_FQDN_DATA", "%1: including FQDN option in the server's response: %2",