V0.9.3 Aggregator parsing fix, time string filters
New feature:
- PR #107: Users can now pass RFC3999-compliant time strings for time filters.
Fixes
- PR #107: Issue #104 has been resolved. Users can now pass
ts_start,start_ts,ts_end,end_tsfor filter types. - PR #108: Issue #75 has been fixed by ensuring that the BGP aggregator's identifier is always a 4-byte IPv4 address.
- Previously, there was an issue with parsing IPv6 addresses as aggregator identifiers in IPv6 RIB dumps, which caused warnings to be displayed.
- This issue only affected the parsing of the aggregator attribute itself and should not have caused any other inaccuracies in parsing results for other path attributes.
Dependencies
- The
chrono="0.4.24"package has been added to handle time string parsing.
Full Changelog: v0.9.2...v0.9.3