Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

90 lines (51 loc) · 2.23 KB

0.3.3 (2022-01-17)

Features

  • log crate using
  • unknown capability ignore

Fixes

  • aggregatoras attribute adaptive for BMP

0.3.2 (2022-01-17)

Features

  • BMP decode route monitoring with parameters from previously caught BGP OPEN messages
  • Support for addpath detection for BMP route monitoring

0.3.1 (2022-01-16)

Fixes

  • fixed panic on invalid ipv6 record length

0.3.0 (2022-10-08)

Features

  • serde deserializaion support
  • mdt safi (multicast distribution tree) added

Fixes

  • clippy fixes

0.2.1 (2021-08-01)

Features

  • multiple AddPath capabilities support

0.2.0 (2021-07-25)

Features

  • AddPath support
  • afi::BgpNet support for MAC prefixes
  • extcommunity varieties extended

0.1.5 (2021-07-19)

Features

  • examples added

Fixes

  • many extra buffer checks

0.1.4 (2021-07-14)

Features

0.1.3 (2021-07-13)

Fixes

0.1.2 (2021-05-23)

Features

  • BgpError: add a too_many_data() constructor to BgpError. (9913afb)
  • BgpNet: added utility struct BgpNet - like std::net::IpAddr but with prefix len. (713563a)
  • BgpExtCommunity: added rt_ipn contructor for extended community route target IPv4:N. (791af48)
  • Fixed MP withdraws encoding. (2db5497)

Fixes

  • BgpASpath: fixed encoding. (f85c4b8)
  • Methods descriptions fixed on ipv4 and ipv6 nets (4b10770)

0.1.1 (2021-05-04)

Fixed descriptions and readme

0.0.1 (2021-05-04)

First release