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:
@@ -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`
|
||||
-- -----------------------------------------------------
|
||||
|
Reference in New Issue
Block a user