diff --git a/README.md b/README.md index 0204bb5..a231388 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ | ASN | Name | Type | Prefix | Supernet | |--------------|-----------------------------------------------|----------|-------------------------|-------------------| | AS134098 | LICSON-NET-SUBALLOC-1 | subnet | 10.127.14.0/23 | | +| 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 | | diff --git a/neonetwork.json b/neonetwork.json index 1d3d085..858e2ec 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1600487059, - "valid": 1601696659 + "generated": 1600492840, + "valid": 1601702440 }, "people": { "frank": { @@ -1128,7 +1128,13 @@ "source": "Internet", "description": "SUNNET", "routes": { - "ipv4": [], + "ipv4": [ + { + "prefix": "10.127.11.0/24", + "maxLength": 29, + "netname": "SUNNET" + } + ], "ipv6": [] } }, diff --git a/rfc8416.json b/rfc8416.json index 0da2a5c..ee5e33b 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -13,6 +13,12 @@ "maxPrefixLength": 29, "comment": "LICSON-NET-SUBALLOC-1" }, + { + "asn": 140936, + "prefix": "10.127.11.0/24", + "maxPrefixLength": 29, + "comment": "SUNNET" + }, { "asn": 207268, "prefix": "10.127.131.0/24", diff --git a/roa46.json b/roa46.json index 464a3f2..0489f73 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 70, - "generated": 1600487058, - "valid": 1601696658 + "counts": 71, + "generated": 1600492840, + "valid": 1601702440 }, "roas": [ { @@ -10,6 +10,11 @@ "prefix": "10.127.14.0/23", "maxLength": 29 }, + { + "asn": "AS140936", + "prefix": "10.127.11.0/24", + "maxLength": 29 + }, { "asn": "AS207268", "prefix": "10.127.131.0/24", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index 0f8d11e..ba86779 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -1,6 +1,7 @@ # NeoNetwork ROA tool route 134098 max 10.127.14.0/23 as 29; +route 140936 max 10.127.11.0/24 as 29; route 207268 max 10.127.131.0/24 as 29; route 209557 max 10.127.124.0/29 as 29; route 4201270000 max 10.127.0.0/24 as 29; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index bb23de9..b06c826 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -1,6 +1,7 @@ # NeoNetwork ROA tool route 134098 max 10.127.14.0/23 as 29; +route 140936 max 10.127.11.0/24 as 29; route 207268 max 10.127.131.0/24 as 29; route 209557 max 10.127.124.0/29 as 29; route 4201270000 max 10.127.0.0/24 as 29;