From c495fcc2f11a692b396bfc874dfba73b5b10adf2 Mon Sep 17 00:00:00 2001 From: Myer921 Date: Wed, 13 May 2020 19:14:47 +0800 Subject: [PATCH 1/4] new file: route6/fd10:127:0233:1c3c::,64 --- route6/fd10:127:0233:1c3c::,64 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 route6/fd10:127:0233:1c3c::,64 diff --git a/route6/fd10:127:0233:1c3c::,64 b/route6/fd10:127:0233:1c3c::,64 new file mode 100644 index 0000000..a55331d --- /dev/null +++ b/route6/fd10:127:0233:1c3c::,64 @@ -0,0 +1,5 @@ +TYPE="SUBNET" +NAME="icecat" +DESC="NextMoe Radvd IPv6 Address" +ASN="4201270005" +SUPERNET="fd10:127:0233::/48" From 66cfa6c20c584eed6c6921bfdd9094f040b9ec50 Mon Sep 17 00:00:00 2001 From: Myer921 Date: Fri, 22 May 2020 17:35:02 +0800 Subject: [PATCH 2/4] Add an address space usage record --- route/10.127.255.117,32 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 route/10.127.255.117,32 diff --git a/route/10.127.255.117,32 b/route/10.127.255.117,32 new file mode 100644 index 0000000..61a704a --- /dev/null +++ b/route/10.127.255.117,32 @@ -0,0 +1,4 @@ +TYPE="LO" +NAME="magicneko-tw" +DESC="magicneko-tw/frr" +ASN="4201270008" From 54442fee327a03ef4efef3f4ceab39789fda32c4 Mon Sep 17 00:00:00 2001 From: Myer921 Date: Mon, 25 May 2020 10:46:40 +0800 Subject: [PATCH 3/4] new file: asn/AS4242421025.toml new file: route/AS4242421025.toml --- asn/AS4242421025.toml | 3 +++ route/10.127.255.117,32 | 4 ---- route/AS4242421025.toml | 5 +++++ 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 asn/AS4242421025.toml delete mode 100644 route/10.127.255.117,32 create mode 100644 route/AS4242421025.toml diff --git a/asn/AS4242421025.toml b/asn/AS4242421025.toml new file mode 100644 index 0000000..d34fa23 --- /dev/null +++ b/asn/AS4242421025.toml @@ -0,0 +1,3 @@ +name = "NextMoe Neo-Network Intermediate Access Project" +owner = "icecat" +description = "NextMoe Neo-Network Intermediate Access Project" diff --git a/route/10.127.255.117,32 b/route/10.127.255.117,32 deleted file mode 100644 index 61a704a..0000000 --- a/route/10.127.255.117,32 +++ /dev/null @@ -1,4 +0,0 @@ -TYPE="LO" -NAME="magicneko-tw" -DESC="magicneko-tw/frr" -ASN="4201270008" diff --git a/route/AS4242421025.toml b/route/AS4242421025.toml new file mode 100644 index 0000000..73a2377 --- /dev/null +++ b/route/AS4242421025.toml @@ -0,0 +1,5 @@ +["fd10:127:0233:1000::/64"] +type = "subnet" +name = "icecat" +description = "Used to distribute IPv6 upstream of DN42, only used for ASN identification when tracking routes" +supernet = "fd10:127:0233::/48" From 6164ab3bfeea27d06e356b245f4534b9d956e063 Mon Sep 17 00:00:00 2001 From: Myer921 Date: Mon, 25 May 2020 11:21:01 +0800 Subject: [PATCH 4/4] Unify the name, modify the data information, and reallocate the IPv6 address --- asn/AS4201270005.toml | 2 +- asn/AS4201270008.toml | 2 +- entity/{Icecat.toml => icecat.toml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename entity/{Icecat.toml => icecat.toml} (100%) diff --git a/asn/AS4201270005.toml b/asn/AS4201270005.toml index 0cc99d8..e4b6b1f 100644 --- a/asn/AS4201270005.toml +++ b/asn/AS4201270005.toml @@ -1,3 +1,3 @@ name = "Icecat" -owner = "Icecat" +owner = "icecat" description = "NextMoe Group Access Network" diff --git a/asn/AS4201270008.toml b/asn/AS4201270008.toml index ac74d13..ac00737 100644 --- a/asn/AS4201270008.toml +++ b/asn/AS4201270008.toml @@ -1,3 +1,3 @@ name = "MagicNeko" -owner = "Icecat" +owner = "icecat" description = "MagicNeko Network Internet exchange" diff --git a/entity/Icecat.toml b/entity/icecat.toml similarity index 100% rename from entity/Icecat.toml rename to entity/icecat.toml