Handle cidrs correctly

This commit is contained in:
Owen
2025-04-16 22:07:07 -04:00
parent db0328fa71
commit d664aa204f
4 changed files with 34 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ export async function pickClientDefaults(
const newSubnet = await getNextAvailableClientSubnet(orgId);
const subnet = `${newSubnet.split("/")[0]}/${config.getRawConfig().orgs.block_size}`; // we want the block size of the whole org
const subnet = newSubnet.split("/")[0];
return response<PickClientDefaultsResponse>(res, {
data: {