From bcee03863bfb57cbb75315b72e6f3979f1971e79 Mon Sep 17 00:00:00 2001 From: iEdon Date: Wed, 3 Jun 2020 16:57:46 +0800 Subject: [PATCH] Add iEdon-Net (#88) * Add iEdon-Net * Update iEdon.toml Co-authored-by: iEdon --- asn/AS4242422189.toml | 3 +++ entity/iEdon.toml | 4 ++++ node/iEdon.toml | 4 ++++ route/AS4242422189.toml | 4 ++++ 4 files changed, 15 insertions(+) create mode 100644 asn/AS4242422189.toml create mode 100644 entity/iEdon.toml create mode 100644 node/iEdon.toml create mode 100644 route/AS4242422189.toml diff --git a/asn/AS4242422189.toml b/asn/AS4242422189.toml new file mode 100644 index 0000000..54f6012 --- /dev/null +++ b/asn/AS4242422189.toml @@ -0,0 +1,3 @@ +name = "IEDON-NET-AS" +owner = "iEdon" +description = "iEdon Networks" diff --git a/entity/iEdon.toml b/entity/iEdon.toml new file mode 100644 index 0000000..7d23ad0 --- /dev/null +++ b/entity/iEdon.toml @@ -0,0 +1,4 @@ +name = "iEdon" + +[contact] +irc = "iedon" diff --git a/node/iEdon.toml b/node/iEdon.toml new file mode 100644 index 0000000..fa5992c --- /dev/null +++ b/node/iEdon.toml @@ -0,0 +1,4 @@ +[iEdon] +asn = 4242422189 +description = "IEDON-NET" +cidr = ["10.127.21.1/24"] diff --git a/route/AS4242422189.toml b/route/AS4242422189.toml new file mode 100644 index 0000000..94f2897 --- /dev/null +++ b/route/AS4242422189.toml @@ -0,0 +1,4 @@ +["10.127.21.0/24"] +type = "subnet" +name = "IEDON-NET" +description = "iEdon Networks - Access points"