2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-07 17:35:18 +00:00

[#93,!51] Added options management in MySQL DHCPv4 config backend.

This commit is contained in:
Marcin Siodelski
2018-10-02 11:09:19 +02:00
parent 57c4fa4483
commit 5f33dc7ddd
18 changed files with 1296 additions and 252 deletions

View File

@@ -768,6 +768,11 @@ CREATE INDEX timestamp_index ON logs (timestamp);
ALTER TABLE hosts
ADD COLUMN auth_key VARCHAR(16) NULL;
# Add scope for shared network specific options.
INSERT INTO dhcp_option_scope (scope_id, scope_name)
VALUES(4, "shared-network");
-- -----------------------------------------------------
-- Table `modification`
-- -----------------------------------------------------