From 463805f2a14eefd8a6bd22c0c475a95c86912e85 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 30 Jun 2021 14:03:59 +0800 Subject: [PATCH] Add new asn from DN42 and allocate new prefixes. --- asn/AS4242421331.toml | 3 +++ asn/AS4242421332.toml | 3 +++ entity/Yukari.toml | 7 +++++-- node/Yukari.toml | 6 ++++++ route/AS4242421332.toml | 9 +++++++++ 5 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 asn/AS4242421331.toml create mode 100644 asn/AS4242421332.toml create mode 100644 route/AS4242421332.toml diff --git a/asn/AS4242421331.toml b/asn/AS4242421331.toml new file mode 100644 index 0000000..cdf3050 --- /dev/null +++ b/asn/AS4242421331.toml @@ -0,0 +1,3 @@ +name = "Niantic Network" +owner = "Yukari" +description = "Niantic Network Backbone" diff --git a/asn/AS4242421332.toml b/asn/AS4242421332.toml new file mode 100644 index 0000000..97f9e5b --- /dev/null +++ b/asn/AS4242421332.toml @@ -0,0 +1,3 @@ +name = "Niantic Network CN" +owner = "Yukari" +description = "Niantic Network China" diff --git a/entity/Yukari.toml b/entity/Yukari.toml index 2305386..9d43e73 100644 --- a/entity/Yukari.toml +++ b/entity/Yukari.toml @@ -2,5 +2,8 @@ name = "Yukari" [contact] telegram = "CharlesYang" -github = "SteveCharlesYang" -email = "charles@0x7f.cc" +github = "YukariChiba" +email = "i@0x7f.cc" + +[persona] +pgp = "9DC663829861B7FDFB5DA8B39277CB21961D6DD5" diff --git a/node/Yukari.toml b/node/Yukari.toml index 14ac120..3cf0405 100644 --- a/node/Yukari.toml +++ b/node/Yukari.toml @@ -1,3 +1,9 @@ [IX42-LAS] asn = 207268 cidr = ["10.127.131.0/24", "fd10:127:1300::/48"] + +[NIA-NET] +asn = 4242421331 + +[NIACN-NET] +asn = 4242421332 diff --git a/route/AS4242421332.toml b/route/AS4242421332.toml new file mode 100644 index 0000000..43c7df0 --- /dev/null +++ b/route/AS4242421332.toml @@ -0,0 +1,9 @@ +["10.127.132.0/24"] +type = "subnet" +name = "NetUnion-IPv4" +description = "NetUnion access. (IPv4)" + +["fd10:127:1332::/48"] +type = "subnet" +name = "NetUnion-IPv6" +description = "NetUnion access. (IPv6)"