Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use documentation range IP-addresses in RPKI code comments #1595

Open
bwbroersma opened this issue Dec 11, 2024 · 0 comments
Open

Use documentation range IP-addresses in RPKI code comments #1595

bwbroersma opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
documentation documentation
Milestone

Comments

@bwbroersma
Copy link
Collaborator

Currently not using the documentation IP ranges:

# Provide tech_data to generate a table of the following form
#
# Server | IP address | ROA exists
# -------------------------------------
# example.nl | 192.168.0.1 | yes
# example.nl | 192.168.0.2 | no

# Provide tech_data to generate a table of the following form
#
# Server | Route | Origin | Validation state
# --------------------------------------------------------
# example.nl | 192.168.0.0/16 | AS64496 | valid
# example.nl | 192.168.0.0/26 | AS64497 | invalid
# example.nl | 10.0.0.0/8 | ? | not-tested

See the IANA reserved ranges for 'Documentation' that are used elsewhere in the code / documentation:
https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
and
https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml

@bwbroersma bwbroersma added the documentation documentation label Dec 11, 2024
@bwbroersma bwbroersma added this to the backlog milestone Dec 11, 2024
@bwbroersma bwbroersma self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Development

No branches or pull requests

1 participant