This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
== Versioning * audit 0.6.0 -> 0.7.0 * genetlink 0.2.1 -> 0.2.2 * mptcp-pm NULL -> 0.1.0 * netlink-packet-generic 0.2.0 -> 0.3.1 * netlink-packet-audit 0.4.0 -> 0.4.1 * netlink-packet-route 0.11.0 -> 0.12.0 * netlink-proto 0.9.2 -> 0.9.3 * netlink-sys 0.8.2 -> 0.8.3 * rtnetlink 0.9.1 -> 0.10.0 == Breaking Changes * audit: removed `audit::proto::ErrorKind`. (3d799df) * netlink-packet-route: changed from `AfSpecBridge::VlanInfo(Vec<u8>)` to `AfSpecBridge::VlanInfo(BridgeVlanInfo)`. (f21ddb2) * netlink-packet-route: changed from `Nla::AfSpecBridge(Vec<u8>)` to `Nla::AfSpecBridge(Vec<AfSpecBridge>)`. (f21ddb2) * netlink-packet-route: removed `InfoBridge::Flags` and `InfoBridge::VlanInfo` as they should in `Nla::AfSpecBridge`. (b688737) * netlink-packet-route: changed `NextHop.gateway` to `NextHop.nlas`. (f6b3b9a) * rtnetlink: Removed `rtnetlink::proto::ErrorKind`. (3d799df) == New Features * New crate mptcp-pm for MPTCP path manager. (1903b39) * netlink-packet-route: Add tc filter support. (2c41fb0) * netlink-packet-route: Add tc qdisc support. (921a936) * rtnetlink: Add tc filter support. (2c41fb0) * rtnetlink: Add tc qdisc support. (921a936) == Bug fixes * netlink-packet-audit: Simplfied codec error handling. (33cc558, 0027b82, 9cdc870) * netlink-packet-route: Fixed tc buffer error. (d2a5109) * netlink-proto: fix netlink_proto::Error recursive problem. (3d799df) * netlink-proto: Simplfied codec error handling. (0027b82, 9cdc870) Signed-off-by: Gris Ge <cnfourt@gmail.com>
- Loading branch information
Showing
17 changed files
with
72 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters