2
0
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:
Marcin Siodelski
2017-04-15 15:19:00 +02:00
parent 54c6fbbdf9
commit a24cd8be97
4 changed files with 14 additions and 2 deletions

View File

@@ -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;