mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-07 17:35:18 +00:00
[#1428] Allow non-unique IPs in MySQL and PgSQL
Introduced new host API function which allows for configuring selected backends to accept non-unique IP reservations for multiple hosts. Support for it was added in MySQL, Postgres and Kea config file. It is not supported in Cassandra. New migrations for MySQL and Postgres have been created.
This commit is contained in:
@@ -53,7 +53,7 @@ const int MLM_MYSQL_FETCH_FAILURE = 0;
|
||||
/// @name Current database schema version values.
|
||||
//@{
|
||||
const uint32_t MYSQL_SCHEMA_VERSION_MAJOR = 9;
|
||||
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 3;
|
||||
const uint32_t MYSQL_SCHEMA_VERSION_MINOR = 4;
|
||||
|
||||
//@}
|
||||
|
||||
|
Reference in New Issue
Block a user