Skip to content

Commit 2052e9b

Browse files
committed
New bundle release 20220623
== 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>
1 parent d03177d commit 2052e9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ thiserror = "1.0.29"
2929
tokio = { version = "1.0.1", features = ["rt"], optional = true}
3030
genetlink = { default-features = false, version = "0.2.1", path = "../genetlink" }
3131
netlink-packet-core = { version = "0.4.2", path = "../netlink-packet-core" }
32-
netlink-packet-generic = { version = "0.2.0", path = "../netlink-packet-generic" }
32+
netlink-packet-generic = { version = "0.3.1", path = "../netlink-packet-generic" }
3333
netlink-packet-utils = { version = "0.5.1", path = "../netlink-packet-utils" }
34-
netlink-proto = { default-features = false, version = "0.9.2", path = "../netlink-proto" }
35-
netlink-sys = { version = "0.8.2", path = "../netlink-sys" }
34+
netlink-proto = { default-features = false, version = "0.9.3", path = "../netlink-proto" }
35+
netlink-sys = { version = "0.8.3", path = "../netlink-sys" }
3636

3737
[dev-dependencies]
3838
tokio = { version = "1.11.0", features = ["macros", "rt", "rt-multi-thread"] }

0 commit comments

Comments
 (0)