move nettree to its own place. various other changes

This commit is contained in:
Jonathan Lundy 2020-06-17 16:04:11 -06:00
parent 078f1f10ae
commit da617f195b
No known key found for this signature in database
GPG key ID: C63E6D61F3035024
10 changed files with 599 additions and 106 deletions

View file

@ -5,5 +5,9 @@ default-owner: DN42-MNT
network-owner: inet6num inet6num
network-owner: inet6num route
network-owner: inet6num inetnum
network-owner: inetnum inetnum
network-owner: inetnum route
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

View file

@ -1,9 +1,10 @@
schema: NAMESPACE-SCHEMA
ref: dn42.schema
ref: dn42.namespace
key: namespace required single primary schema > [name]
key: ns-schema required single > [schema]
key: ns-owner required single > [schema]
key: default-owner optional single lookup=dn42.mntner > [mntner]
key: network-owner optional multiple > [parent-schema] [child-schema]
key: primary-key optional multiple > [schema] [primary]
mnt-by: DN42-MNT
source: DN42

View file