diff options
author | Andrei Pavel <andrei@isc.org> | 2024-06-26 15:00:48 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-07-09 12:49:32 +0200 |
commit | 2fc4f40e14f9da52e6ebd1d91a87a106fc6aa97d (patch) | |
tree | e734832812c327ca0ab455478f721e626abc8f2e /src/lib/dhcpsrv/alloc_engine_messages.h | |
parent | [#1723] remove unlogged message definitions (diff) | |
download | kea-2fc4f40e14f9da52e6ebd1d91a87a106fc6aa97d.tar.xz kea-2fc4f40e14f9da52e6ebd1d91a87a106fc6aa97d.zip |
[#1723] regenerate messages
Diffstat (limited to 'src/lib/dhcpsrv/alloc_engine_messages.h')
-rw-r--r-- | src/lib/dhcpsrv/alloc_engine_messages.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/alloc_engine_messages.h b/src/lib/dhcpsrv/alloc_engine_messages.h index e9cd896b88..40bc79a388 100644 --- a/src/lib/dhcpsrv/alloc_engine_messages.h +++ b/src/lib/dhcpsrv/alloc_engine_messages.h @@ -11,7 +11,6 @@ namespace dhcp { extern const isc::log::MessageID ALLOC_ENGINE_IGNORING_UNSUITABLE_GLOBAL_ADDRESS; extern const isc::log::MessageID ALLOC_ENGINE_IGNORING_UNSUITABLE_GLOBAL_ADDRESS6; extern const isc::log::MessageID ALLOC_ENGINE_LEASE_RECLAIMED; -extern const isc::log::MessageID ALLOC_ENGINE_REMOVAL_NCR_FAILED; extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_ERROR; extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL; extern const isc::log::MessageID ALLOC_ENGINE_V4_ALLOC_FAIL_CLASSES; @@ -81,7 +80,6 @@ extern const isc::log::MessageID ALLOC_ENGINE_V6_RECLAIMED_LEASES_DELETE_COMPLET extern const isc::log::MessageID ALLOC_ENGINE_V6_RECLAIMED_LEASES_DELETE_FAILED; extern const isc::log::MessageID ALLOC_ENGINE_V6_RENEW_HR; extern const isc::log::MessageID ALLOC_ENGINE_V6_RENEW_REMOVE_RESERVED; -extern const isc::log::MessageID ALLOC_ENGINE_V6_RENEW_REMOVE_UNRESERVED; extern const isc::log::MessageID ALLOC_ENGINE_V6_REUSE_EXPIRED_LEASE_DATA; extern const isc::log::MessageID ALLOC_ENGINE_V6_REVOKED_ADDR_LEASE; extern const isc::log::MessageID ALLOC_ENGINE_V6_REVOKED_PREFIX_LEASE; |