From 17ae7199c03ae996f6a8e792c6aeb77dab55bf73 Mon Sep 17 00:00:00 2001 From: Mael G Date: Tue, 22 Oct 2019 21:33:35 -0400 Subject: [PATCH 1/3] add a new user outout/AS4242422590 --- data/aut-num/AS4242422590 | 6 ++++++ data/inet6num/fd5e:724d:f1bb::_48 | 10 ++++++++++ data/inetnum/172.22.111.224_27 | 8 ++++++++ data/mntner/OUTOUT-MNT | 6 ++++++ data/person/OUTOUT-DN42 | 7 +++++++ data/route/172.22.111.224_27 | 4 ++++ data/route6/fd5e:724d:f1bb::_48 | 5 +++++ 7 files changed, 46 insertions(+) create mode 100644 data/aut-num/AS4242422590 create mode 100644 data/inet6num/fd5e:724d:f1bb::_48 create mode 100644 data/inetnum/172.22.111.224_27 create mode 100644 data/mntner/OUTOUT-MNT create mode 100644 data/person/OUTOUT-DN42 create mode 100644 data/route/172.22.111.224_27 create mode 100644 data/route6/fd5e:724d:f1bb::_48 diff --git a/data/aut-num/AS4242422590 b/data/aut-num/AS4242422590 new file mode 100644 index 000000000..86ea6f641 --- /dev/null +++ b/data/aut-num/AS4242422590 @@ -0,0 +1,6 @@ +aut-num: AS4242422590 +as-name: AS for ENPLS Network +admin-c: OUTOUT-DN42 +tech-c: OUTOUT-DN42 +mnt-by: OUTOUT-MNT +source: DN42 diff --git a/data/inet6num/fd5e:724d:f1bb::_48 b/data/inet6num/fd5e:724d:f1bb::_48 new file mode 100644 index 000000000..67c5cda40 --- /dev/null +++ b/data/inet6num/fd5e:724d:f1bb::_48 @@ -0,0 +1,10 @@ +inet6num: fd5e:724d:f1bb:0000:0000:0000:0000:0000 - fd5e:724d:f1bb:ffff:ffff:ffff:ffff:ffff +cidr: fd5e:724d:f1bb::/48 +netname: ENPLS-NET6-1 +descr: IPv6 Network for enpls +country: GP +admin-c: OUTOUT-DN42 +tech-c: OUTOUT-DN42 +mnt-by: OUTOUT-MNT +status: ASSIGNED +source: DN42 diff --git a/data/inetnum/172.22.111.224_27 b/data/inetnum/172.22.111.224_27 new file mode 100644 index 000000000..be3410d20 --- /dev/null +++ b/data/inetnum/172.22.111.224_27 @@ -0,0 +1,8 @@ +inetnum: 172.22.111.224 - 172.22.111.255 +cidr: 172.22.111.224/27 +netname: ENPLS-NET-1 +admin-c: OUTOUT-DN42 +tech-c: OUTOUT-DN42 +mnt-by: OUTOUT-MNT +status: ASSIGNED +source: DN42 diff --git a/data/mntner/OUTOUT-MNT b/data/mntner/OUTOUT-MNT new file mode 100644 index 000000000..8bd2e9a75 --- /dev/null +++ b/data/mntner/OUTOUT-MNT @@ -0,0 +1,6 @@ +mntner: OUTOUT-MNT +admin-c: OUTOUT-DN42 +tech-c: OUTOUT-DN42 +mnt-by: OUTOUT-MNT +source: DN42 +auth: pgp-fingerprint 19A1A1E6C1F9CC57E227C694D42591CDE168006A diff --git a/data/person/OUTOUT-DN42 b/data/person/OUTOUT-DN42 new file mode 100644 index 000000000..05992c2f2 --- /dev/null +++ b/data/person/OUTOUT-DN42 @@ -0,0 +1,7 @@ +person: Mael G +contact: noc@enpls.org +contact: twitter: OutoutXYZ +contact: matrix: @mael@gnous.eu +nic-hdl: OUTOUT-DN42 +mnt-by: OUTOUT-MNT +source: DN42 diff --git a/data/route/172.22.111.224_27 b/data/route/172.22.111.224_27 new file mode 100644 index 000000000..c395dadd0 --- /dev/null +++ b/data/route/172.22.111.224_27 @@ -0,0 +1,4 @@ +route: 172.22.111.224/27 +origin: AS4242422590 +mnt-by: OUTOUT-MNT +source: DN42 diff --git a/data/route6/fd5e:724d:f1bb::_48 b/data/route6/fd5e:724d:f1bb::_48 new file mode 100644 index 000000000..785ede390 --- /dev/null +++ b/data/route6/fd5e:724d:f1bb::_48 @@ -0,0 +1,5 @@ +route6: fd5e:724d:f1bb::/48 +origin: ASAS4242422590 +max-length: 48 +mnt-by: OUTOUT-MNT +source: DN42 From 48fe4e1998c3074e87346ea7f839dfc0e887827f Mon Sep 17 00:00:00 2001 From: Mael G Date: Tue, 22 Oct 2019 21:42:55 -0400 Subject: [PATCH 2/3] Fixed ipv6 route + Signed commit --- data/route6/fd5e:724d:f1bb::_48 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/route6/fd5e:724d:f1bb::_48 b/data/route6/fd5e:724d:f1bb::_48 index 785ede390..806a6fc2b 100644 --- a/data/route6/fd5e:724d:f1bb::_48 +++ b/data/route6/fd5e:724d:f1bb::_48 @@ -1,5 +1,5 @@ route6: fd5e:724d:f1bb::/48 -origin: ASAS4242422590 +origin: AS4242422590 max-length: 48 mnt-by: OUTOUT-MNT source: DN42 From 1100ba4893dbaa42ab52c1c9cdbbbcdc92119f35 Mon Sep 17 00:00:00 2001 From: Mael G Date: Tue, 22 Oct 2019 21:45:15 -0400 Subject: [PATCH 3/3] Used fmt-my-stuff script to format my stuff --- data/inet6num/fd5e:724d:f1bb::_48 | 4 ++-- data/mntner/OUTOUT-MNT | 2 +- data/person/OUTOUT-DN42 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/inet6num/fd5e:724d:f1bb::_48 b/data/inet6num/fd5e:724d:f1bb::_48 index 67c5cda40..29474df83 100644 --- a/data/inet6num/fd5e:724d:f1bb::_48 +++ b/data/inet6num/fd5e:724d:f1bb::_48 @@ -1,8 +1,8 @@ inet6num: fd5e:724d:f1bb:0000:0000:0000:0000:0000 - fd5e:724d:f1bb:ffff:ffff:ffff:ffff:ffff cidr: fd5e:724d:f1bb::/48 netname: ENPLS-NET6-1 -descr: IPv6 Network for enpls -country: GP +descr: IPv6 Network for enpls +country: GP admin-c: OUTOUT-DN42 tech-c: OUTOUT-DN42 mnt-by: OUTOUT-MNT diff --git a/data/mntner/OUTOUT-MNT b/data/mntner/OUTOUT-MNT index 8bd2e9a75..9eab1120d 100644 --- a/data/mntner/OUTOUT-MNT +++ b/data/mntner/OUTOUT-MNT @@ -3,4 +3,4 @@ admin-c: OUTOUT-DN42 tech-c: OUTOUT-DN42 mnt-by: OUTOUT-MNT source: DN42 -auth: pgp-fingerprint 19A1A1E6C1F9CC57E227C694D42591CDE168006A +auth: pgp-fingerprint 19A1A1E6C1F9CC57E227C694D42591CDE168006A diff --git a/data/person/OUTOUT-DN42 b/data/person/OUTOUT-DN42 index 05992c2f2..add3b484a 100644 --- a/data/person/OUTOUT-DN42 +++ b/data/person/OUTOUT-DN42 @@ -1,7 +1,7 @@ person: Mael G contact: noc@enpls.org -contact: twitter: OutoutXYZ -contact: matrix: @mael@gnous.eu +contact: twitter: OutoutXYZ +contact: matrix: @mael@gnous.eu nic-hdl: OUTOUT-DN42 mnt-by: OUTOUT-MNT source: DN42