Require specific directory for each object type. Helpful for optimizing lookups in automated tools

This commit is contained in:
Kioubit 2024-09-29 21:48:09 +03:00
parent c69c9e197f
commit 4193284d07
17 changed files with 18 additions and 1 deletions

View file

@ -1,5 +1,6 @@
schema: SCHEMA-SCHEMA
ref: dn42.schema
dir-name: schema
primary-key: inetnum cidr
primary-key: inet6num cidr
primary-key: role nic-hdl
@ -8,7 +9,7 @@ owners: mntner
key: schema required single primary schema > [name]
key: ref required single > [schema]
key: primary-key optional multiple > [schema] [key]
key: dir-name optional single
key: dir-name required single
key: owners optional single > [schema]
key: mnt-by required multiple lookup=dn42.mntner > [mntner]
key: remarks optional multiple > [text]...