Skip to content

Origin validation is slow #162

@tomhrr

Description

@tomhrr

See how to improve the performance of the rpkiv.rov function, which performs RPKI origin validation (see https://datatracker.ietf.org/doc/html/rfc6483) on the provided address prefix and ASN using the validator instance's VRPs. The main problem appears to be that it iterates serially over the complete set of VRPs. For example, there might be a way to generate a more efficient data structure when validation is run, so as to save work at the time when rpkiv.rov is called.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions