diff --git a/README.md b/README.md
index 666f673..7e75b9c 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,8 @@
| AS211876 | POTATO-NEO-NET4-A | subnet | 10.127.66.0/24 | |
| AS211876 | POTATO-NEO-NET6-A | subnet | fd10:127:aa66::/48 | |
| AS213262 | Moe | subnet | fd10:127:3262::/64 | |
-| AS4201270000 | Neo_Chen LAN | subnet | 10.127.0.0/24 | |
+| AS4201270000 | RESERVED | subnet | 10.127.0.0/24 | |
+| AS4201270000 | MAIN | subnet | 10.127.1.0/24 | |
| AS4201270000 | Messed-up Network | subnet | 10.127.2.0/24 | |
| AS4201270000 | Neo_Chen ZeroTier-One Hub | subnet | 10.127.16.0/24 | |
| AS4201270000 | fsnvax | loopback | 10.127.255.4/32 | |
@@ -313,8 +314,7 @@
Click to expand
```
-10.127.0.0/24
-10.127.2.0/23
+10.127.0.0/22
10.127.4.0/24
10.127.5.0/27
10.127.7.0/24
@@ -398,7 +398,6 @@ fd10:127:ffff:53::/64
Click to expand
```
-10.127.1.0/24
10.127.5.32/27
10.127.5.64/26
10.127.5.128/25
@@ -790,5 +789,5 @@ fd10:127:ffff:8000::/49
| IP Version | Total | Used | Free | Percent Used | Percent Free |
|--------------|------------|------------|------------|----------------|----------------|
-| IPv4 | 65536 | 9132 | 56404 | 13.93% | 86.07% |
+| IPv4 | 65536 | 9388 | 56148 | 14.32% | 85.68% |
| IPv6 | 7.9228e+28 | 3.2433e+25 | 7.9196e+28 | 0.04% | 99.96% |
diff --git a/neonetwork.json b/neonetwork.json
index f72fc87..5608b65 100644
--- a/neonetwork.json
+++ b/neonetwork.json
@@ -1,7 +1,7 @@
{
"metadata": {
- "generated": 1632742122,
- "valid": 1633951722
+ "generated": 1632742169,
+ "valid": 1633951769
},
"people": {
"Anillc": {
@@ -682,7 +682,12 @@
{
"prefix": "10.127.0.0/24",
"maxLength": 29,
- "netname": "Neo_Chen LAN"
+ "netname": "RESERVED"
+ },
+ {
+ "prefix": "10.127.1.0/24",
+ "maxLength": 29,
+ "netname": "MAIN"
},
{
"prefix": "10.127.2.0/24",
diff --git a/rfc8416.json b/rfc8416.json
index 2cf5fe9..28dd2aa 100644
--- a/rfc8416.json
+++ b/rfc8416.json
@@ -71,7 +71,13 @@
"asn": 4201270000,
"prefix": "10.127.0.0/24",
"maxPrefixLength": 29,
- "comment": "Neo_Chen LAN"
+ "comment": "RESERVED"
+ },
+ {
+ "asn": 4201270000,
+ "prefix": "10.127.1.0/24",
+ "maxPrefixLength": 29,
+ "comment": "MAIN"
},
{
"asn": 4201270000,
diff --git a/roa46.json b/roa46.json
index a642ec7..c19947e 100644
--- a/roa46.json
+++ b/roa46.json
@@ -1,8 +1,8 @@
{
"metadata": {
- "counts": 120,
- "generated": 1632742121,
- "valid": 1633951721
+ "counts": 121,
+ "generated": 1632742169,
+ "valid": 1633951769
},
"roas": [
{
@@ -60,6 +60,11 @@
"prefix": "10.127.0.0/24",
"maxLength": 29
},
+ {
+ "asn": "AS4201270000",
+ "prefix": "10.127.1.0/24",
+ "maxLength": 29
+ },
{
"asn": "AS4201270000",
"prefix": "10.127.2.0/24",
diff --git a/roa46_bird2.conf b/roa46_bird2.conf
index 7f4a535..ad70d11 100644
--- a/roa46_bird2.conf
+++ b/roa46_bird2.conf
@@ -11,6 +11,7 @@ route 10.127.17.0/24 max 29 as 141776;
route 10.127.131.0/24 max 29 as 207268;
route 10.127.66.0/24 max 29 as 211876;
route 10.127.0.0/24 max 29 as 4201270000;
+route 10.127.1.0/24 max 29 as 4201270000;
route 10.127.2.0/24 max 29 as 4201270000;
route 10.127.16.0/24 max 29 as 4201270000;
route 10.127.255.4/32 max 32 as 4201270000;
diff --git a/roa4_bird2.conf b/roa4_bird2.conf
index 76c3144..28ec9f2 100644
--- a/roa4_bird2.conf
+++ b/roa4_bird2.conf
@@ -11,6 +11,7 @@ route 10.127.17.0/24 max 29 as 141776;
route 10.127.131.0/24 max 29 as 207268;
route 10.127.66.0/24 max 29 as 211876;
route 10.127.0.0/24 max 29 as 4201270000;
+route 10.127.1.0/24 max 29 as 4201270000;
route 10.127.2.0/24 max 29 as 4201270000;
route 10.127.16.0/24 max 29 as 4201270000;
route 10.127.255.4/32 max 32 as 4201270000;