1
mirror of https://git.dn42.dev/dn42/registry.git synced 2024-12-25 23:43:44 +01:00

Merge branch 'fix-format' of dn42/registry into master

This commit is contained in:
io 2018-02-16 23:00:20 +00:00 committed by dn42 Git Service
commit d99d424a2a
17 changed files with 26 additions and 26 deletions

View File

@ -1,4 +1,4 @@
as-block: AS1 - AS4294967294
as-block: AS1-AS4294967294
descr: Root AS-BLOCK
remarks: This block is reserved to delegate access for sub-allocations.
remarks: You can not freely register any ASN in this block.

View File

@ -1,4 +1,4 @@
as-block: AS4242420000 - AS4242423999
as-block: AS4242420000-AS4242423999
descr: dn42 ASN space for end-users
remarks: This block is reserved for end-users allocation.
remarks: You can freely register any ASN in this block.

View File

@ -1,4 +1,4 @@
as-block: AS4242424000 - AS4242426999
as-block: AS4242424000-AS4242426999
descr: Future dn42 use
remarks: This block is reserved for future dn42 use.
mnt-by: DUMMY-MNT

View File

@ -1,4 +1,4 @@
as-block: AS4242427000 - AS4242429999
as-block: AS4242427000-AS4242429999
descr: dn42 ASN space for sub-allocations
remarks: This block is reserved for sub-allocations.
remarks: Please don't allocate individual ASN directly in this block.

View File

@ -1,4 +1,4 @@
as-block: AS64512 - AS65534
as-block: AS64512-AS65534
descr: Private ASN block
mnt-by: DUMMY-MNT
policy: closed

View File

@ -1,4 +1,4 @@
as-block: AS64600 - AS64855
as-block: AS64600-AS64855
descr: dn42 native ASN block (legacy)
remarks: The legacy policy was that if you own 172.22.x.0/24 you own the ASN 64600+x.
remarks: With the default allocation policy of an /25 per person now this becomes a problem.

View File

@ -1,4 +1,4 @@
as-block: AS64856 - AS64999
as-block: AS64856-AS64999
descr: dn42 native ASN block (legacy)
remarks: this block was allocated to encourage people to use the private AS range reserved
remarks: by IANA instead of the 76100-76199 block.

View File

@ -1,4 +1,4 @@
as-block: AS76100 - AS76199
as-block: AS76100-AS76199
descr: Legacy dn42 ASN block
remarks: This range was never intented to be used as private ASN
remarks: space by IANA. Rather, it is part of a larger block of

View File

@ -1,4 +1,4 @@
aut-num: 4242423794
aut-num: AS4242423794
as-name: MATTCODE
admin-c: MATTCODE-DN42
tech-c: MATTCODE-DN42

View File

@ -2,10 +2,10 @@ inet6num: 0000:0000:0000:0000:0000:0000:0000:0000 - ffff:ffff:ffff:fff
netname: IANA-RESERVED
descr: IANA Reserved Space
remarks: This space is reserved by RFC4291.
remarks:
remarks:
remarks: Because portions are not routable inside dn42
remarks: reservations are not allowed at this level.
remarks:
remarks:
remarks: Open policy can be found inside fd00::/8
admin-c: DUMMY-DN42
tech-c: DUMMY-DN42

View File

@ -1,4 +1,4 @@
route: fd88:8888:abcd::/48
route6: fd88:8888:abcd::/48
origin: AS4242420448
mnt-by: FRYGUY-MNT
source: DN42

View File

@ -1,4 +1,4 @@
route: fdc0:ffee::/48
route6: fdc0:ffee::/48
origin: AS4242422030
mnt-by: MUTE-MNT
source: DN42

View File

@ -1,4 +1,4 @@
route: fdc3:c927:1455::/48
route6: fdc3:c927:1455::/48
origin: AS4242422499
mnt-by: MULTI-MNT
source: DN42

View File

@ -1,4 +1,4 @@
route: fdc7:3c9d:b889:a272::/64
route6: fdc7:3c9d:b889:a272::/64
origin: AS65043
mnt-by: FF3L-MNT
mnt-by: KPANIC-MNT

View File

@ -1,4 +1,4 @@
route: fdc7:3c9d:ff31::/48
route6: fdc7:3c9d:ff31::/48
origin: AS65043
mnt-by: FF3L-MNT
mnt-by: KPANIC-MNT

View File

@ -1,4 +1,4 @@
route: fdc7:5384:30::/48
route6: fdc7:5384:30::/48
origin: AS65043
mnt-by: FF3L-MNT
mnt-by: KPANIC-MNT

View File

@ -14,36 +14,36 @@ remarks: # option descriptions
: object required to have at least one
optional
: object not required to have at least one
+
single
: only one of this type allowed
multiple
: more than one of this type allowed
+
primary
: use field as lookup key for lookup
* only one allowed per schema
* does not allow newlines
+
schema
: use field name as the name of the schema
* only one allowed per schema
* does not allow newlines
+
lookup
: schema match to use for related record
+
\> option specs
: defines the option specifications for the key.
* must come last in option list
+
[label] string value. A positional string argument required.
Text inside brackets represent a label for the string.
If follwed by '...' values are gathered as an array.
+
{enum1|enum2|} enumeration. One option in pipe('|') deliniation is allowed.
If there is a trailing pipe it means the enum is optional.
+
label=str keyword argument. Label for value with type 'str', 'int', or 'decimal'
+
'literal' Literal value. literal text value.