Expand description
Parse BGP routes and verify them against the RPSL Ir
.
Modules§
Structs§
- AsProperty
- Compare
- All information needed for a route to be compared to
QueryIr
. The main usage is to generateReport
s withcheck
. - Line
- A line of table dump generated by
bgpdump
from a MRT file. - Query
AsSet - QueryIr
- Cleaned RPSL intermediate representation ready for query.
- Verbosity
- Verbosity level.
Enums§
- AsPath
Entry - Report
- Report about the validity of a route, according to the RPSL.
Use this in an
Option
, and useNone
to indicate “ok.” - Report
Item - 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 thebgpdump
executable.