mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-06 08:55:13 +00:00
[5102] Allow retrieving host reservations by 'client-id' from SQL dbs.
This commit is contained in:
@@ -44,7 +44,7 @@ const size_t OPTION_VALUE_MAX_LEN = 4096;
|
||||
///
|
||||
/// This value is used to validate whether the identifier type stored in
|
||||
/// a database is within bounds. of supported identifiers.
|
||||
const uint8_t MAX_IDENTIFIER_TYPE = static_cast<uint8_t>(Host::IDENT_CIRCUIT_ID);
|
||||
const uint8_t MAX_IDENTIFIER_TYPE = static_cast<uint8_t>(Host::LAST_IDENTIFIER_TYPE);
|
||||
|
||||
/// @brief Maximum length of DHCP identifier value.
|
||||
const size_t DHCP_IDENTIFIER_MAX_LEN = 128;
|
||||
|
Reference in New Issue
Block a user