V0.8.0 Revised CLI, Fixes and Revisions
Fixes
New features
Revisions
- rename binary to
bgpkit-parser; update clap by @digizeph in #69- no more
bgpkit-parser-cli, it's justbgpkit-parsernow
- no more
- move io to
oneioby @digizeph in #70 - update bgp-models to 0.8.0 for revised serialization by @digizeph in #71
The revised JSON serialization now looks like the following:
{
"aggr_asn": 4260035625,
"aggr_ip": "10.187.11.137",
"as_path": "132280 210873",
"atomic": "AG",
"communities": [
"2280:107",
"2280:2280"
],
"local_pref": 0,
"med": 0,
"next_hop": "203.159.68.122",
"origin": "INCOMPLETE",
"origin_asns": [
210873
],
"peer_asn": 132280,
"peer_ip": "203.159.68.122",
"prefix": "16.10.6.0/24",
"timestamp": 1659830400,
"type": "announce"
}
Full Changelog: v0.7.3...v0.8.0