From 9215298ec86582fc6daa32d0d878397971fec77c Mon Sep 17 00:00:00 2001 From: neonet roa bot Date: Mon, 20 Jul 2020 17:13:01 +0000 Subject: [PATCH] Generated at 20200720-171301.228208888 --- README.txt | 4 ++++ neonetwork.json | 34 ++++++++++++++++++++++++++++++++-- rfc8416.json | 6 ++++++ roa46.json | 11 ++++++++--- roa46_bird2.conf | 1 + roa6_bird2.conf | 1 + 6 files changed, 52 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 819ba38..6169aa8 100644 --- a/README.txt +++ b/README.txt @@ -5,6 +5,7 @@ Entity table: alanyhq | | alanyhq LibreHouse | i+noc@outv.im | outvi frank | | + Moe | noc@moeternet.com | @moeternet Yangfl Network | | Icecat | icecat@catio.network | fakeicecat Ndoskrnl | lollipop.studio.cn@gmail.com | @@ -31,6 +32,7 @@ AS table: ------------+--------------+------------+------------------------------------------------- Internet | AS134098 | licson | Licson Internal Network Internet | AS207268 | Yukari | Strategic Explorations (IX) + Internet | AS213262 | Moe | Moe NeoNetwork | AS4201270000 | Neo_Chen | NeoNetwork Origin NeoNetwork | AS4201270001 | septs | NiceLabs Exchange NeoNetwork | AS4201270002 | septs | Septs HomeLabs @@ -61,6 +63,7 @@ Node table: ASN | Name --------------+--------------------------- AS207268 | IX42-LAS + AS213262 | Moe AS4201270000 | caasih AS4201270000 | cklvax AS4201270000 | NeoPDP-11 @@ -151,6 +154,7 @@ Route table: AS134098 | LICSON-NET-SUBALLOC-1 | subnet | 10.127.14.0/23 | AS207268 | IX42-LAS-4 | subnet | 10.127.131.0/24 | AS207268 | IX42-LAS-6 | subnet | fd10:127:1300::/48 | + AS213262 | Moe | subnet | fd10:127:3262::/64 | AS4201270000 | RESERVED | subnet | 10.127.0.0/24 | AS4201270000 | CROOM | subnet | 10.127.1.0/24 | AS4201270000 | NeoSystem | subnet | 10.127.2.0/24 | diff --git a/neonetwork.json b/neonetwork.json index 15464c3..5510fb5 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1595264034, - "valid": 1596473634 + "generated": 1595265180, + "valid": 1596474780 }, "people": { "Staph": { @@ -144,6 +144,36 @@ } ] }, + "Moe": { + "info": { + "name": "Moe", + "description": "Moe Overflow Electric NOC", + "contact": { + "email": "noc@moeternet.com", + "telegram": "@moeternet" + }, + "nic_hdl": "MOE" + }, + "asns": [ + { + "asn": 213262, + "owner": "Moe", + "name": "Moe", + "source": "Internet", + "description": "Moe Overflow Electric", + "routes": { + "ipv4": [], + "ipv6": [ + { + "prefix": "fd10:127:3262::/64", + "maxLength": 64, + "netname": "Moe" + } + ] + } + } + ] + }, "Yangfl": { "info": { "name": "Yangfl Network", diff --git a/rfc8416.json b/rfc8416.json index 06635ba..279b87f 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -229,6 +229,12 @@ "maxPrefixLength": 64, "comment": "IX42-LAS-6" }, + { + "asn": 213262, + "prefix": "fd10:127:3262::/64", + "maxPrefixLength": 64, + "comment": "Moe" + }, { "asn": 4201270000, "prefix": "fd10:127:5f37:59df::/64", diff --git a/roa46.json b/roa46.json index 047a163..cca01b1 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 51, - "generated": 1595264034, - "valid": 1596473634 + "counts": 52, + "generated": 1595265180, + "valid": 1596474780 }, "roas": [ { @@ -190,6 +190,11 @@ "prefix": "fd10:127:1300::/48", "maxLength": 64 }, + { + "asn": "AS213262", + "prefix": "fd10:127:3262::/64", + "maxLength": 64 + }, { "asn": "AS4201270000", "prefix": "fd10:127:5f37:59df::/64", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index d7e02d2..792c3e7 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -37,6 +37,7 @@ route 4242422189 max 10.127.21.0/24 as 29; route 4242422464 max 10.127.127.0/24 as 29; route 4242423088 max 10.127.11.0/24 as 29; route 207268 max fd10:127:1300::/48 as 64; +route 213262 max fd10:127:3262::/64 as 64; route 4201270000 max fd10:127:5f37:59df::/64 as 64; route 4201270000 max fd10:127::/64 as 64; route 4201270001 max fd10:127:41::/48 as 64; diff --git a/roa6_bird2.conf b/roa6_bird2.conf index 9713ac3..9119a13 100644 --- a/roa6_bird2.conf +++ b/roa6_bird2.conf @@ -1,6 +1,7 @@ # NeoNetwork ROA tool route 207268 max fd10:127:1300::/48 as 64; +route 213262 max fd10:127:3262::/64 as 64; route 4201270000 max fd10:127:5f37:59df::/64 as 64; route 4201270000 max fd10:127::/64 as 64; route 4201270001 max fd10:127:41::/48 as 64;