From 4140840ba70342874d28f3446b1020fd98eb27fd Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 26 May 2021 21:46:27 +0200 Subject: [PATCH] subnets: enlarge core from /26 to /25 --- salt-pillar/subnets/init.sls | 2 +- subnets.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/salt-pillar/subnets/init.sls b/salt-pillar/subnets/init.sls index 095eefb..062dad8 100644 --- a/salt-pillar/subnets/init.sls +++ b/salt-pillar/subnets/init.sls @@ -1,5 +1,5 @@ subnets-inet: - core: 172.20.72.0/26 + core: 172.20.72.0/25 serv: 172.20.73.0/26 pub: 172.20.78.0/23 priv19: 172.20.73.192/26 diff --git a/subnets.md b/subnets.md index 1ea2c44..b534a70 100644 --- a/subnets.md +++ b/subnets.md @@ -2,8 +2,7 @@ Machine-readable here: [salt-pillar/subnets](./salt-pillar/subnets/init.sls) ## RFC 1918: 172.20.72.0/21 -* 172.20.72.0-172.20.72.63/26 CORE -* 172.20.72.64/26 RESERVED FOR EPXANDING CORE +* 172.20.72.0-172.20.72.127/25 CORE * 172.20.72.128/25 * 172.20.73.0-172.20.73.63/26 SERVERS * 172.20.73.64/26 RESERVED FOR EXPANDING SERVERS