Data for the dn42 / CRXN interconnection is stored here.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marek Küthe bc7ded72dc Merge pull request 'add a few empty lines' (#2) from mark22k/crxn-dn42-gateways:empty_lines into master
Reviewed-on: #2
4 months ago
gateways replace tabs with spaces 6 months ago
scripts initial commit 6 months ago
README.md replace tabs with spaces 6 months ago
crxn_registry.json add a few empty lines 4 months ago
gateways.md initial commit 6 months ago

README.md

DN42 / CRXN interconnection

Data on the DN42 / CRXN interconnection is stored here. This includes the CRXN dummy ASN, the CRXN website and the operators of the gateways.

Gateways: gateways.md

Submit new gateway

If you want to run a gateway yourself, that's no problem. Create a file for it in the gateways folder. Execute (if you can) the generate_markdown_gateways.rb script in the scripts folder.

Specification

Gateway JSON object

{
    "dn42": {
        "asn": ["asn1", "asn2"],
        "contact": ["PERSON-DN42"]
    },
    "permission": "issued"
}
  • dn42
    • asn: Array of AS numbers that the operator will use to operate the gateway.
    • contact: An array of dn42 person or rule objects containing contact information to contact the operator.
  • permission: Every new operator needs the approval of the CRXN community. The following values are possible:
    • issued: The CRXN has agreed and the operator is allowed to operate the gateway.
    • denied: All objects with this status must be removed.