Skip to content

Commit e5a1d79

Browse files
committed
New release 0.23.0
=== Breaking changes - `InfoBond::ArpAllTargets` changed to enum. (507ea73) - `InfoBond::XmitHashPolicy` changed to enum. (b2572da) - `InfoBond::FailOverMac` changed to enum. (3270863) === New features - tc: Add support of tunnel key. (f5535f3) === Bug fixes - Fix compile on Andriod. (d44d500) - Fix panic of integer underflow in `RouteNextHopBuffer`. (a285aba) Signed-off-by: Gris Ge <[email protected]>
1 parent aa625d1 commit e5a1d79

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
## [0.23.0] - 2025-04-30
3+
### Breaking changes
4+
- `InfoBond::ArpAllTargets` changed to enum. (507ea73)
5+
- `InfoBond::XmitHashPolicy` changed to enum. (b2572da)
6+
- `InfoBond::FailOverMac` changed to enum. (3270863)
7+
8+
### New features
9+
- tc: Add support of tunnel key. (f5535f3)
10+
11+
### Bug fixes
12+
- Fix compile on Andriod. (d44d500)
13+
- Fix panic of integer underflow in `RouteNextHopBuffer`. (a285aba)
14+
215
## [0.22.0] - 2025-03-17
316
### Breaking changes
417
- Changed `tc::TcActionMirrorOption::Tm` from `Vec<u8>` to `Tcf`. (f3953b8)

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.22.0"
4+
version = "0.23.0"
55
edition = "2021"
66

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

0 commit comments

Comments
 (0)