From cd7ed889063bb2b096b18ce727a398fef2c03c78 Mon Sep 17 00:00:00 2001 From: Andrew Wilson Date: Fri, 17 May 2019 11:28:39 -0700 Subject: [PATCH 1/3] AS4242423932-DEN --- data/aut-num/AS4242423932 | 6 ++++++ data/inet6num/fd84:688d:22bb:df93::_64 | 10 ++++++++++ data/mntner/DEN-MNT | 6 ++++++ data/person/DEN-DN42 | 5 +++++ data/route6/fd84:688d:22bb:df93::_64 | 4 ++++ 5 files changed, 31 insertions(+) create mode 100644 data/aut-num/AS4242423932 create mode 100644 data/inet6num/fd84:688d:22bb:df93::_64 create mode 100644 data/mntner/DEN-MNT create mode 100644 data/person/DEN-DN42 create mode 100644 data/route6/fd84:688d:22bb:df93::_64 diff --git a/data/aut-num/AS4242423932 b/data/aut-num/AS4242423932 new file mode 100644 index 000000000..fc44828b1 --- /dev/null +++ b/data/aut-num/AS4242423932 @@ -0,0 +1,6 @@ +aut-num: AS4242423932 +as-name: DEN DN42 Network +admin-c: DEN-DN42 +tech-c: DEN-DN42 +mnt-by: DEN-MNT +source: DN42 diff --git a/data/inet6num/fd84:688d:22bb:df93::_64 b/data/inet6num/fd84:688d:22bb:df93::_64 new file mode 100644 index 000000000..b8c3a5cd4 --- /dev/null +++ b/data/inet6num/fd84:688d:22bb:df93::_64 @@ -0,0 +1,10 @@ +inet6num: fd84:688d:22bb:df93:0000:0000:0000:0000 - fd84:688d:22bb:df93:ffff:ffff:ffff:ffff +netname: DEN-DN42-IPV6-NET +descr: DEN DN42 IPV6 Network +country: US +admin-c: DEN-DN42 +tech-c: DEN-DN42 +mnt-by: DEN-MNT +status: ASSIGNED +cidr: fd84:688d:22bb:df93::/64 +source: DN42 diff --git a/data/mntner/DEN-MNT b/data/mntner/DEN-MNT new file mode 100644 index 000000000..6e8fa21ca --- /dev/null +++ b/data/mntner/DEN-MNT @@ -0,0 +1,6 @@ +mntner: DEN-MNT +descr: DEN DN42 Network Maintainer +admin-c: DEN-DN42 +tech-c: DEN-DN42 +mnt-by: DEN-MNT +source: DN42 diff --git a/data/person/DEN-DN42 b/data/person/DEN-DN42 new file mode 100644 index 000000000..9936566e5 --- /dev/null +++ b/data/person/DEN-DN42 @@ -0,0 +1,5 @@ +person: Andrew Wilson +contact: andrew@andrewwwilson.net +nic-hdl: DEN-DN42 +mnt-by: DEN-MNT +source: DN42 diff --git a/data/route6/fd84:688d:22bb:df93::_64 b/data/route6/fd84:688d:22bb:df93::_64 new file mode 100644 index 000000000..5c4c06d8b --- /dev/null +++ b/data/route6/fd84:688d:22bb:df93::_64 @@ -0,0 +1,4 @@ +route6: fd84:688d:22bb:df93::/64 +origin: AS4242423932 +mnt-by: DEN-MNT +source: DN42 From 75bf11189194a6cf35904e0894771d64dbb004c6 Mon Sep 17 00:00:00 2001 From: Andrew Wilson Date: Mon, 20 May 2019 09:25:43 -0700 Subject: [PATCH 2/3] Switch /64 to /48, add auth --- .../{fd84:688d:22bb:df93::_64 => fd84:688d:22bb::_48} | 4 ++-- data/mntner/DEN-MNT | 1 + data/route6/{fd84:688d:22bb:df93::_64 => fd84:688d:22bb::_48} | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) rename data/inet6num/{fd84:688d:22bb:df93::_64 => fd84:688d:22bb::_48} (62%) rename data/route6/{fd84:688d:22bb:df93::_64 => fd84:688d:22bb::_48} (65%) diff --git a/data/inet6num/fd84:688d:22bb:df93::_64 b/data/inet6num/fd84:688d:22bb::_48 similarity index 62% rename from data/inet6num/fd84:688d:22bb:df93::_64 rename to data/inet6num/fd84:688d:22bb::_48 index b8c3a5cd4..20586b29d 100644 --- a/data/inet6num/fd84:688d:22bb:df93::_64 +++ b/data/inet6num/fd84:688d:22bb::_48 @@ -1,4 +1,4 @@ -inet6num: fd84:688d:22bb:df93:0000:0000:0000:0000 - fd84:688d:22bb:df93:ffff:ffff:ffff:ffff +inet6num: fd84:688d:22bb:0000:0000:0000:0000:0000 - fd84:688d:22bb:ffff:ffff:ffff:ffff:ffff netname: DEN-DN42-IPV6-NET descr: DEN DN42 IPV6 Network country: US @@ -6,5 +6,5 @@ admin-c: DEN-DN42 tech-c: DEN-DN42 mnt-by: DEN-MNT status: ASSIGNED -cidr: fd84:688d:22bb:df93::/64 +cidr: fd84:688d:22bb::/48 source: DN42 diff --git a/data/mntner/DEN-MNT b/data/mntner/DEN-MNT index 6e8fa21ca..1e486aca6 100644 --- a/data/mntner/DEN-MNT +++ b/data/mntner/DEN-MNT @@ -2,5 +2,6 @@ mntner: DEN-MNT descr: DEN DN42 Network Maintainer admin-c: DEN-DN42 tech-c: DEN-DN42 +auth: verify-pr-repo billessig/master mnt-by: DEN-MNT source: DN42 diff --git a/data/route6/fd84:688d:22bb:df93::_64 b/data/route6/fd84:688d:22bb::_48 similarity index 65% rename from data/route6/fd84:688d:22bb:df93::_64 rename to data/route6/fd84:688d:22bb::_48 index 5c4c06d8b..bc0716fd3 100644 --- a/data/route6/fd84:688d:22bb:df93::_64 +++ b/data/route6/fd84:688d:22bb::_48 @@ -1,4 +1,4 @@ -route6: fd84:688d:22bb:df93::/64 +route6: fd84:688d:22bb::/48 origin: AS4242423932 mnt-by: DEN-MNT source: DN42 From c64363fd47732114e805951ab6aa1d1dbe39103b Mon Sep 17 00:00:00 2001 From: Andrew Wilson Date: Tue, 21 May 2019 10:47:00 -0700 Subject: [PATCH 3/3] Updated authentication method per @jrb0001 --- data/mntner/DEN-MNT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mntner/DEN-MNT b/data/mntner/DEN-MNT index 1e486aca6..543b2ff10 100644 --- a/data/mntner/DEN-MNT +++ b/data/mntner/DEN-MNT @@ -2,6 +2,6 @@ mntner: DEN-MNT descr: DEN DN42 Network Maintainer admin-c: DEN-DN42 tech-c: DEN-DN42 -auth: verify-pr-repo billessig/master +auth: from-git-repo https://git.dn42/billessig/registry.git mnt-by: DEN-MNT source: DN42