diff --git a/README.md b/README.md index 4942415..a9a3da7 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ | 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 | BS-Net | subnet | 10.127.110.0/24 | | | AS4201270000 | fsnvax | loopback | 10.127.255.4/32 | | | AS4201270000 | NeoNetwork Origin | subnet | fd10:127:5f37:59df::/64 | | | AS4201270001 | NiceLabs IX IPv4 Pool | subnet | 10.127.41.0/24 | | @@ -346,7 +347,7 @@ 10.127.88.0/23 10.127.99.0/24 10.127.100.0/24 -10.127.111.0/24 +10.127.110.0/23 10.127.124.0/29 10.127.127.0/24 10.127.128.0/24 @@ -447,7 +448,6 @@ fd10:127:ffff:53::/64 10.127.102.0/23 10.127.104.0/22 10.127.108.0/23 -10.127.110.0/24 10.127.112.0/21 10.127.120.0/22 10.127.124.8/29 @@ -794,5 +794,5 @@ fd10:127:ffff:8000::/49 | IP Version | Total | Used | Free | Percent Used | Percent Free | |--------------|------------|------------|------------|----------------|----------------| -| IPv4 | 65536 | 9644 | 55892 | 14.72% | 85.28% | +| IPv4 | 65536 | 9900 | 55636 | 15.11% | 84.89% | | IPv6 | 7.9228e+28 | 3.2433e+25 | 7.9196e+28 | 0.04% | 99.96% | diff --git a/neonetwork.json b/neonetwork.json index 4222273..2adc8de 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1639981361, - "valid": 1641190961 + "generated": 1640322265, + "valid": 1641531865 }, "people": { "Anillc": { @@ -699,6 +699,11 @@ "maxLength": 29, "netname": "Neo_Chen ZeroTier-One Hub" }, + { + "prefix": "10.127.110.0/24", + "maxLength": 29, + "netname": "BS-Net" + }, { "prefix": "10.127.255.4/32", "maxLength": 32, diff --git a/rfc8416.json b/rfc8416.json index 4fddc10..1a5af33 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -97,6 +97,12 @@ "maxPrefixLength": 29, "comment": "Neo_Chen ZeroTier-One Hub" }, + { + "asn": 4201270000, + "prefix": "10.127.110.0/24", + "maxPrefixLength": 29, + "comment": "BS-Net" + }, { "asn": 4201270000, "prefix": "10.127.255.4/32", diff --git a/roa46.json b/roa46.json index b5358bd..d856ead 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 122, - "generated": 1639981361, - "valid": 1641190961 + "counts": 123, + "generated": 1640322265, + "valid": 1641531865 }, "roas": [ { @@ -80,6 +80,11 @@ "prefix": "10.127.16.0/24", "maxLength": 29 }, + { + "asn": "AS4201270000", + "prefix": "10.127.110.0/24", + "maxLength": 29 + }, { "asn": "AS4201270000", "prefix": "10.127.255.4/32", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index 64570c5..9cd27d9 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -15,6 +15,7 @@ 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.110.0/24 max 29 as 4201270000; route 10.127.255.4/32 max 32 as 4201270000; route 10.127.41.0/24 max 29 as 4201270001; route 10.127.89.0/24 max 29 as 4201270003; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index c9f26b4..7eec815 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -15,6 +15,7 @@ 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.110.0/24 max 29 as 4201270000; route 10.127.255.4/32 max 32 as 4201270000; route 10.127.41.0/24 max 29 as 4201270001; route 10.127.89.0/24 max 29 as 4201270003;