diff --git a/README.md b/README.md index b2dbbd5..f278fd1 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,6 @@ | AS140936 | SUNNET | subnet | 10.127.11.0/24 | | | AS207268 | IX42-LAS-4 | subnet | 10.127.131.0/24 | | | AS207268 | IX42-LAS-6 | subnet | fd10:127:1300::/48 | | -| AS209557 | Yi Global VPN | subnet | 10.127.124.0/29 | | | AS213262 | Moe | subnet | fd10:127:3262::/64 | | | AS4201270000 | RESERVED | subnet | 10.127.0.0/24 | | | AS4201270000 | CROOM | subnet | 10.127.1.0/24 | | diff --git a/neonetwork.json b/neonetwork.json index 6a80b87..9094d2f 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1605438776, - "valid": 1606648376 + "generated": 1605461958, + "valid": 1606671558 }, "people": { "septs": { @@ -568,13 +568,7 @@ "source": "Internet", "description": null, "routes": { - "ipv4": [ - { - "prefix": "10.127.124.0/29", - "maxLength": 29, - "netname": "Yi Global VPN" - } - ], + "ipv4": [], "ipv6": [] } } diff --git a/rfc8416.json b/rfc8416.json index 379f845..f79dfb1 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -25,12 +25,6 @@ "maxPrefixLength": 29, "comment": "IX42-LAS-4" }, - { - "asn": 209557, - "prefix": "10.127.124.0/29", - "maxPrefixLength": 29, - "comment": "Yi Global VPN" - }, { "asn": 4201270000, "prefix": "10.127.0.0/24", diff --git a/roa46.json b/roa46.json index 26530e7..413b6e3 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 77, - "generated": 1605438776, - "valid": 1606648376 + "counts": 76, + "generated": 1605461958, + "valid": 1606671558 }, "roas": [ { @@ -20,11 +20,6 @@ "prefix": "10.127.131.0/24", "maxLength": 29 }, - { - "asn": "AS209557", - "prefix": "10.127.124.0/29", - "maxLength": 29 - }, { "asn": "AS4201270000", "prefix": "10.127.0.0/24", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index 7008498..0fe2260 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -3,7 +3,6 @@ route 10.127.14.0/23 max 29 as 134098; route 10.127.11.0/24 max 29 as 140936; route 10.127.131.0/24 max 29 as 207268; -route 10.127.124.0/29 max 29 as 209557; 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; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index ba91221..5fe2314 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -3,7 +3,6 @@ route 10.127.14.0/23 max 29 as 134098; route 10.127.11.0/24 max 29 as 140936; route 10.127.131.0/24 max 29 as 207268; -route 10.127.124.0/29 max 29 as 209557; 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;