feat: ipv6 allocation

closes #9
This commit is contained in:
2025-03-28 10:46:16 +00:00
parent f4b8f88772
commit d18f32e897
10 changed files with 322 additions and 143 deletions

View File

@ -0,0 +1,3 @@
alter table ip_range
add column allocation_mode smallint unsigned not null default 0,
add column use_full_range bit(1) not null;