[][src]Module rpki_rtr::payload

The data being transmitted via RTR.

The types in here provide a more compact representation than the PDUs. They also implement all the traits to use them as keys in collections to be able to perform difference processing.

The types are currently not very rich. They will receive more methods as they become necessary. So don’t hesitate to ask for them!

Structs

Ipv4Prefix

An IPv4 route origin authorisation.

Ipv6Prefix

An IPv6 route origin authorisation.

Timing

The timing parameters of a data exchange.

Enums

Action

What to do with a given payload.

Payload

All payload types supported by RTR and this crate.