Skip to content

Commit 7132a7c

Browse files
committed
New release 0.22.0
=== Breaking changes - Changed `tc::TcActionMirrorOption::Tm` from `Vec<u8>` to `Tcf`. (f3953b8) - Changed `tc::TcActionNatOption::Tm` from `Vec<u8>` to `Tcf`. (f3953b8) - Changed `Inet6Stats::out_pkts` to `Inet6Stats::out_requests`. (201d99b) === New features - tc: Add support of tunnel key. (f5535f3) - tc: Add flower support. (55e4835) - ip6 state: Add support of reasm_overlaps and out_pkts. (201d99b) === Bug fixes - Fix error on decoding empty IFLA_VFINFO_LIST. (8ac7c2a) Signed-off-by: Gris Ge <[email protected]>
1 parent 8ac7c2a commit 7132a7c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [0.22.0] - 2025-03-17
3+
### Breaking changes
4+
- Changed `tc::TcActionMirrorOption::Tm` from `Vec<u8>` to `Tcf`. (f3953b8)
5+
- Changed `tc::TcActionNatOption::Tm` from `Vec<u8>` to `Tcf`. (f3953b8)
6+
- Changed `Inet6Stats::out_pkts` to `Inet6Stats::out_requests`. (201d99b)
7+
8+
### New features
9+
- tc: Add support of tunnel key. (f5535f3)
10+
- tc: Add flower support. (55e4835)
11+
- ip6 state: Add support of reasm_overlaps and out_pkts. (201d99b)
12+
13+
### Bug fixes
14+
- Fix error on decoding empty IFLA_VFINFO_LIST. (8ac7c2a)
15+
216
## [0.21.0] - 2024-09-12
317
### Breaking changes
418
- `InfoIpVlan::Flags` changed from u16 to `IpVlanFlags`. (321e4d5)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-packet-route"
4-
version = "0.21.0"
4+
version = "0.22.0"
55
edition = "2021"
66

77
homepage = "https://github.com/rust-netlink/netlink-packet-route"

0 commit comments

Comments
 (0)