Skip to content

v0.10.8

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 22:15
· 61 commits to main since this release
c76b5e4

Highlights

  • improve support for more BMP data types and better error
    handling (#163)
    • added explicit enum PeerDownReason, TerminationReason, PeerUpTlvType instead of saving them as integers
    • added support for AFI-SAFI gauge for StatisticsReport message
      • this fixes issue #162
    • added UnknownTlvType and UnknownTlvValue errors for parsing BMP TLV records
    • added Clone and PartialEq derives to most of the BMP message structs