mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-18 08:26:58 +08:00
update rpsl tooling
This commit is contained in:
parent
07f2eddcd0
commit
d4966a3b7a
24 changed files with 691 additions and 606 deletions
13
data/.rpsl
13
data/.rpsl
|
@ -1,13 +0,0 @@
|
|||
namespace: dn42
|
||||
schema: schema
|
||||
owner: mntner
|
||||
default-owner: DN42-MNT
|
||||
network-owner: inet6num inet6num
|
||||
network-owner: inet6num route
|
||||
network-owner: inet6num inetnum
|
||||
network-owner: inetnum inetnum
|
||||
network-owner: inetnum route
|
||||
primary-key: inetnum cidr
|
||||
primary-key: inet6num cidr
|
||||
primary-key: person nic-hdl
|
||||
primary-key: role nic-hdl
|
16
data/.rpsl/config
Normal file
16
data/.rpsl/config
Normal file
|
@ -0,0 +1,16 @@
|
|||
namespace: dn42
|
||||
schema: schema
|
||||
owners: mntner
|
||||
default-owner: DN42-MNT
|
||||
primary-key: person nic-hdl
|
||||
primary-key: role nic-hdl
|
||||
primary-key: inetnum cidr
|
||||
primary-key: inet6num cidr
|
||||
network-owner: inet6num inet6num
|
||||
network-owner: inet6num inetnum
|
||||
network-owner: inetnum inetnum
|
||||
network-owner: inetnum route
|
||||
network-owner: inet6num route6
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
9
data/aut-num/AS134098
Normal file
9
data/aut-num/AS134098
Normal file
|
@ -0,0 +1,9 @@
|
|||
aut-num: AS134098
|
||||
as-name: SYLVEON-AS-AP
|
||||
admin-c: LICSON-NEONETWORK
|
||||
tech-c: LICSON-NEONETWORK
|
||||
descr: Licson Internet Service
|
||||
remarks: Sylveon Network (Hong Kong) Limited.
|
||||
remarks: This was created to fix missing object from neonetwork.
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
|
@ -19,7 +19,5 @@ key: org optional single lookup=dn42.organisation
|
|||
key: remarks optional multiple
|
||||
key: source required single lookup=dn42.registry
|
||||
network-owner: inet6num
|
||||
network-owner: inetnum
|
||||
network-owner: route6
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
@ -18,7 +18,7 @@ key: mnt-routes optional multiple lookup=dn42.mntner
|
|||
key: org optional single lookup=dn42.organisation
|
||||
key: remarks optional multiple
|
||||
key: source required single lookup=dn42.registry
|
||||
network-owner: inet6num
|
||||
network-owner: inetnum
|
||||
network-owner: route
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
@ -11,5 +11,6 @@ key: remarks optional multiple
|
|||
key: source required single lookup=dn42.registry
|
||||
key: pingable optional multiple
|
||||
key: max-length optional single
|
||||
network-owner: inetnum
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
@ -11,5 +11,6 @@ key: remarks optional multiple
|
|||
key: source required single lookup=dn42.registry
|
||||
key: pingable optional multiple
|
||||
key: max-length optional single
|
||||
network-owner: inet6num
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
|
|
|
@ -9,7 +9,7 @@ key: key required multiple > [key-name]
|
|||
key: mnt-by required multiple lookup=dn42.mntner > [mntner]
|
||||
key: remarks optional multiple > [text]...
|
||||
key: source required single lookup=dn42.registry
|
||||
key: network-owner optional multiple > [child-schema]
|
||||
key: network-owner optional multiple > [parent-schema]
|
||||
mnt-by: DN42-MNT
|
||||
source: DN42
|
||||
remarks: # option descriptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue