From 00dfa32db9f6668f81d52df737e0b15632606478 Mon Sep 17 00:00:00 2001 From: Junde Yhi Date: Sun, 20 Jun 2021 16:25:27 +0100 Subject: [PATCH] AS4201270012: batch update - change "Yhi Interconnect" to "Yhi Interconnection". - change contact email. - allocate a new /28 subnet yhi-s, following /28 yhi-h. - register a new node, yhi-s. --- asn/AS4201270012.toml | 2 +- entity/Junde Yhi.toml | 2 +- node/yhi-h.toml | 2 -- node/yhi.toml | 9 +++++++++ route/AS4201270012.toml | 7 ++++++- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 node/yhi-h.toml create mode 100644 node/yhi.toml diff --git a/asn/AS4201270012.toml b/asn/AS4201270012.toml index 08eda8f..943cbc5 100644 --- a/asn/AS4201270012.toml +++ b/asn/AS4201270012.toml @@ -1,2 +1,2 @@ -name = "Yhi Interconnect" +name = "Yhi Interconnection" owner = "Junde Yhi" diff --git a/entity/Junde Yhi.toml b/entity/Junde Yhi.toml index ec221d3..c9f6250 100644 --- a/entity/Junde Yhi.toml +++ b/entity/Junde Yhi.toml @@ -11,7 +11,7 @@ babel = [ ] [contact] -email = "lmy441900@live.com" +email = "neonetwork@yhi.moe" telegram = "lmy441900" mastodon = "@lmy441900@sn.angry.im" github = "lmy441900" diff --git a/node/yhi-h.toml b/node/yhi-h.toml deleted file mode 100644 index 77c68bd..0000000 --- a/node/yhi-h.toml +++ /dev/null @@ -1,2 +0,0 @@ -[yhi-h] -asn = 4201270012 diff --git a/node/yhi.toml b/node/yhi.toml new file mode 100644 index 0000000..b4d01f3 --- /dev/null +++ b/node/yhi.toml @@ -0,0 +1,9 @@ +[yhi-h] +asn = 4201270012 +description = "Yhi Interconnection Region H Edge Router" +cidr = ["10.127.5.1/28"] + +[yhi-s] +asn = 4201270012 +description = "Yhi Interconnection Region S Edge Router" +cidr = ["10.127.5.17/28"] diff --git a/route/AS4201270012.toml b/route/AS4201270012.toml index 48f4f77..23223a0 100644 --- a/route/AS4201270012.toml +++ b/route/AS4201270012.toml @@ -1,4 +1,9 @@ ["10.127.5.0/28"] type = "subnet" name = "yhi-h" -description = "Yhi Interconnect H" +description = "Yhi Interconnection Region H" + +["10.127.5.16/28"] +type = "subnet" +name = "yhi-s" +description = "Yhi Interconnection Region S"