Skip to main content

record_validation_warnings

Function record_validation_warnings 

Source
pub fn record_validation_warnings(
    record: &MrtRecord,
) -> Vec<BgpValidationWarning>
Expand description

Collect the RFC 7606 validation findings of an MRT record.

This is the taxonomy walk the DiagnosticIterator applies per record; it is public so custom investigation pipelines can reuse it.