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

[feature] add RPKI validity count #9

Open
digizeph opened this issue May 20, 2024 · 0 comments
Open

[feature] add RPKI validity count #9

digizeph opened this issue May 20, 2024 · 0 comments
Assignees

Comments

@digizeph
Copy link
Member

each block will look like this:

{
    "IP": {
        "asn": "ASN",
        "ip": "IP",
        "num_connected_asns": 3,
        "num_v4_pfxs": 33,
        "num_v6_pfxs": 0,
        "rpki_valid_v4": 1,
        "rpki_invalid_v4": 1,
        "rpki_unknown_v4": 1,
        "rpki_valid_v6": 1,
        "rpki_invalid_v6": 1,
        "rpki_unknown_v6": 1
    }
}
@digizeph digizeph self-assigned this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant