From 3c0a5fc14521b4f23b3a743ea0f57134d7ac022a Mon Sep 17 00:00:00 2001 From: arf20 Date: Fri, 31 Oct 2025 12:09:24 +0100 Subject: [PATCH] Join Gaialab Fix: add missing org to Gaialab objects --- data/aut-num/AS4242423273 | 7 +++++++ data/dns/gaialab.dn42 | 10 ++++++++++ data/inet6num/fd59:c824:c8f4::_48 | 13 +++++++++++++ data/inetnum/172.20.196.128_27 | 11 +++++++++++ data/mntner/GAIALAB-MNT | 6 ++++++ data/organisation/ORG-GAIALAB | 6 ++++++ data/person/GAIALAB-DN42 | 8 ++++++++ data/route/172.20.196.128_27 | 5 +++++ data/route6/fd59:c824:c8f4::_48 | 5 +++++ 9 files changed, 71 insertions(+) create mode 100644 data/aut-num/AS4242423273 create mode 100644 data/dns/gaialab.dn42 create mode 100644 data/inet6num/fd59:c824:c8f4::_48 create mode 100644 data/inetnum/172.20.196.128_27 create mode 100644 data/mntner/GAIALAB-MNT create mode 100644 data/organisation/ORG-GAIALAB create mode 100644 data/person/GAIALAB-DN42 create mode 100644 data/route/172.20.196.128_27 create mode 100644 data/route6/fd59:c824:c8f4::_48 diff --git a/data/aut-num/AS4242423273 b/data/aut-num/AS4242423273 new file mode 100644 index 000000000..5b125c78a --- /dev/null +++ b/data/aut-num/AS4242423273 @@ -0,0 +1,7 @@ +aut-num: AS4242423273 +as-name: GAIALAB +admin-c: GAIALAB-DN42 +tech-c: GAIALAB-DN42 +mnt-by: GAIALAB-MNT +org: ORG-GAIALAB +source: DN42 diff --git a/data/dns/gaialab.dn42 b/data/dns/gaialab.dn42 new file mode 100644 index 000000000..aa1dbc8ed --- /dev/null +++ b/data/dns/gaialab.dn42 @@ -0,0 +1,10 @@ +domain: gaialab.dn42 +admin-c: GAIALAB-DN42 +tech-c: GAIALAB-DN42 +mnt-by: GAIALAB-MNT +org: ORG-GAIALAB +nserver: ns1.gaialab.dn42 172.20.196.129 +nserver: ns1.gaialab.dn42 fd59:c824:c8f4:53::1 +nserver: ns2.gaialab.dn42 172.20.196.130 +nserver: ns2.gaialab.dn42 fd59:c824:c8f4:53::2 +source: DN42 diff --git a/data/inet6num/fd59:c824:c8f4::_48 b/data/inet6num/fd59:c824:c8f4::_48 new file mode 100644 index 000000000..41e097827 --- /dev/null +++ b/data/inet6num/fd59:c824:c8f4::_48 @@ -0,0 +1,13 @@ +inet6num: fd59:c824:c8f4:0000:0000:0000:0000:0000 - fd59:c824:c8f4:ffff:ffff:ffff:ffff:ffff +netname: GAIALAB-NET6 +cidr: fd59:c824:c8f4::/48 +descr: GAIALAB IPv6 network +country: ES +admin-c: GAIALAB-DN42 +tech-c: GAIALAB-DN42 +mnt-by: GAIALAB-MNT +status: ASSIGNED +org: ORG-GAIALAB +nserver: ns1.gaialab.dn42 +nserver: ns2.gaialab.dn42 +source: DN42 diff --git a/data/inetnum/172.20.196.128_27 b/data/inetnum/172.20.196.128_27 new file mode 100644 index 000000000..f1e7889fa --- /dev/null +++ b/data/inetnum/172.20.196.128_27 @@ -0,0 +1,11 @@ +inetnum: 172.20.196.128 - 172.20.196.159 +cidr: 172.20.196.128/27 +netname: GAIALAB-NETWORK +admin-c: GAIALAB-DN42 +tech-c: GAIALAB-DN42 +mnt-by: GAIALAB-MNT +org: ORG-GAIALAB +status: ASSIGNED +nserver: ns1.gaialab.dn42 +nserver: ns2.gaialab.dn42 +source: DN42 diff --git a/data/mntner/GAIALAB-MNT b/data/mntner/GAIALAB-MNT new file mode 100644 index 000000000..b5eda45a1 --- /dev/null +++ b/data/mntner/GAIALAB-MNT @@ -0,0 +1,6 @@ +mntner: GAIALAB-MNT +admin-c: GAIALAB-DN42 +tech-c: GAIALAB-DN42 +mnt-by: GAIALAB-MNT +source: DN42 +auth: pgp-fingerprint 6DDA5B0BF8F154C4C0542B92DEBF11CAEEFA5962 diff --git a/data/organisation/ORG-GAIALAB b/data/organisation/ORG-GAIALAB new file mode 100644 index 000000000..46ce5f1c7 --- /dev/null +++ b/data/organisation/ORG-GAIALAB @@ -0,0 +1,6 @@ +organisation: ORG-GAIALAB +org-name: ARF Network +admin-c: GAIALAB-DN42 +tech-c: GAIALAB-DN42 +mnt-by: GAIALAB-MNT +source: DN42 diff --git a/data/person/GAIALAB-DN42 b/data/person/GAIALAB-DN42 new file mode 100644 index 000000000..53f408af5 --- /dev/null +++ b/data/person/GAIALAB-DN42 @@ -0,0 +1,8 @@ +person: gaialab +e-mail: luis.bernal@um.es +www: https://ants.inf.um.es/en/gaialab +nic-hdl: GAIALAB-DN42 +org: ORG-GAIALAB +pgp-fingerprint: 6DDA5B0BF8F154C4C0542B92DEBF11CAEEFA5962 +mnt-by: GAIALAB-MNT +source: DN42 diff --git a/data/route/172.20.196.128_27 b/data/route/172.20.196.128_27 new file mode 100644 index 000000000..8c4999da8 --- /dev/null +++ b/data/route/172.20.196.128_27 @@ -0,0 +1,5 @@ +route: 172.20.196.128/27 +origin: AS4242423273 +max-length: 27 +mnt-by: GAIALAB-MNT +source: DN42 diff --git a/data/route6/fd59:c824:c8f4::_48 b/data/route6/fd59:c824:c8f4::_48 new file mode 100644 index 000000000..a125a439a --- /dev/null +++ b/data/route6/fd59:c824:c8f4::_48 @@ -0,0 +1,5 @@ +route6: fd59:c824:c8f4::/48 +origin: AS4242423273 +max-length: 48 +mnt-by: GAIALAB-MNT +source: DN42