summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/alloc_engine_messages.h
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2021-02-18 19:03:45 +0100
committerMarcin Siodelski <marcin@isc.org>2021-02-19 10:48:44 +0100
commit5d4d88192815031bba5fd3e8de7938a619e974b4 (patch)
tree1c12b72e84d95f2cf4093b2f40e0cac0fafe840a /src/lib/dhcpsrv/alloc_engine_messages.h
parent[#1701] Added ChangeLog for #1701 (diff)
downloadkea-5d4d88192815031bba5fd3e8de7938a619e974b4.tar.xz
kea-5d4d88192815031bba5fd3e8de7938a619e974b4.zip
[#1701] Addressed alloc engine review issues
Reduced the number of new log messages to avoid flooding the log with warnings. For a shared network we now only log the number of subnets from which the engine attempted to allocate a lease and the number of subnets in which no pools were available.
Diffstat (limited to 'src/lib/dhcpsrv/alloc_engine_messages.h')
-rw-r--r--src/lib/dhcpsrv/alloc_engine_messages.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/dhcpsrv/alloc_engine_messages.h b/src/lib/dhcpsrv/alloc_engine_messages.h
index 0cac41b5c6..d432c1f2cc 100644
--- a/src/lib/dhcpsrv/alloc_engine_messages.h
+++ b/src/lib/dhcpsrv/alloc_engine_messages.h
@@ -16,8 +16,6 @@ extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_CLASSES;
extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_NO_POOLS;
extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_SHARED_NETWORK;
extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET;
-extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET_POOLS_UNAVAIL;
-extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_SUBNET_TRIED;
extern const isc::log::MessageID ALLOC_ENGINE_V4_DECLINED_RECOVERED;
extern const isc::log::MessageID ALLOC_ENGINE_V4_DISCOVER_ADDRESS_CONFLICT;
extern const isc::log::MessageID ALLOC_ENGINE_V4_DISCOVER_HR;
@@ -49,8 +47,6 @@ extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_NO_POOLS;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_SHARED_NETWORK;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET;
-extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET_POOLS_UNAVAIL;
-extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET_TRIED;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_HR_LEASE_EXISTS;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_LEASES_HR;
extern const isc::log::MessageID ALLOC_ENGINE_V6_ALLOC_LEASES_NO_HR;