Crate route_verification_bgp

Source
Expand description

Parse BGP routes and verify them against the RPSL Ir.

Modules§

cmp
map
Representations of BGP routes from BGP table dumps (RIBs).
query
report
stats
verbosity
wrapper

Structs§

AsProperty
Compare
All information needed for a route to be compared to QueryIr. The main usage is to generate Reports with check.
Line
A line of table dump generated by bgpdump from a MRT file.
QueryAsSet
QueryIr
Cleaned RPSL intermediate representation ready for query.
Verbosity
Verbosity level.

Enums§

AsPathEntry
Report
Report about the validity of a route, according to the RPSL. Use this in an Option, and use None to indicate “ok.”
ReportItem
Single item in Report to signal some status.

Functions§

customer_set
Name of the customer pseudo set corresponding to aut_num.
parse_mrt
Read MRT file at path using the bgpdump executable.