v0.8.0
New subcommand
- added
monocle pfx2assubcommand to allow bulk prefix-to-asn mapping using BGPKIT dataset- it takes a list of prefixes or prefix files (one prefix per line)
Example:
monocle pfx2as 1.1.1.0/24 8.8.8.0/24 --json
[
{
"origin": 13335,
"prefix": "1.1.1.0/24"
},
{
"origin": 15169,
"prefix": "8.8.8.0/24"
}
]Maintenance
- update dependencies
- note that we upgraded to
bgpkit-parserv0.11 and community values are now without prefixes such aslg:ecv6
- note that we upgraded to