NLnetLabs / rpki-rs

An RPKI library for Rust
BSD 3-Clause "New" or "Revised" License
39 stars 22 forks source link

Introduce `rrdp::NotificationFile::parse_limited`. #293

Closed partim closed 5 months ago

partim commented 6 months ago

This PR adds a new function rrdp::NotificationFile::parse_limited that allows limiting the number of delta items accepted. If there are more items, the list will be cut back to empty and a new method delta_status will report an error.