Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes * The `communities()` method on a BGP `UpdateMessage` now returns an iterator yielding `StandardCommunity` instead of the enum `Community`. This way it is consistent with the other methods for the other flavours of communities. New * Introduce methods on `AsPath` to more ergonomically use paths comprised of a single _AS_SEQUENCE_. * The MRT reader, still gated with the feature flag, now supports reading from `.bz2` directly (in addition to `.gz`). Support for the _ExtendedTime_ message types is added as well. This means we can process files from the RouteViews archives. Other changes * The hashing of, and comparison between, BMP _PerPeerHeaders_ now includes the _PeerFlags_. This way, the `RibType` is part of what defines a `PerPeerHeader` to be unique.
- Loading branch information