2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[#2786] 255 bytes client_id and 130 bytes duid

This commit is contained in:
Razvan Becheriu
2023-03-13 20:00:19 +02:00
parent dd12d7cb09
commit fa5492d4b7
90 changed files with 1297 additions and 749 deletions

View File

@@ -340,7 +340,6 @@ CREATE TRIGGER dhcp4_options_ADEL AFTER DELETE ON dhcp4_options
END $$
DELIMITER ;
-- -----------------------------------------------------
--
-- New version of the createOptionAuditDHCP4 stored
@@ -488,9 +487,9 @@ DELIMITER ;
# Update the schema version number
UPDATE schema_version
SET version = '8', minor = '2';
SET version = '8', minor = '2';
# This line concludes database upgrade to version 8.2.
# This line concludes the schema upgrade to version 8.2.
EOF