Skip to content

Commit a473cca

Browse files
committed
New release 0.25.0
=== Breaking changes - Drop the dependency on `netlink-packet-utils`. (e09acbd) - Add `non_exhaustive` to these bond options: (eacf67f) * `BondArpValidate` * `BondPrimaryReselect` * `BondXmitHashPolicy` * `BondArpAllTargets` * `BondFailOverMac` - Changed `AfSpecInet6::AddrGenMode` to enum. (7daf895) - Changed `LinkAttribute::Mode` to enum. (be2796c) === New features - Support `LWTUNNEL_ENCAP_IP6`. (0e49453) === Bug fixes - Expose In6AddrGenMode. (faf9d39) Signed-off-by: Gris Ge <[email protected]>
1 parent e09acbd commit a473cca

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# Changelog
2+
## [0.25.0] - 2025-08-27
3+
### Breaking changes
4+
- Drop the dependency on `netlink-packet-utils`. (e09acbd)
5+
- Add `non_exhaustive` to these bond options: (eacf67f)
6+
* `BondArpValidate`
7+
* `BondPrimaryReselect`
8+
* `BondXmitHashPolicy`
9+
* `BondArpAllTargets`
10+
* `BondFailOverMac`
11+
- Changed `AfSpecInet6::AddrGenMode` to enum. (7daf895)
12+
- Changed `LinkAttribute::Mode` to enum. (be2796c)
13+
14+
### New features
15+
- Support `LWTUNNEL_ENCAP_IP6`. (0e49453)
16+
17+
### Bug fixes
18+
- Expose In6AddrGenMode. (faf9d39)
19+
220
## [0.24.0] - 2025-05-21
321
### Breaking changes
422
- Changed `InfoBond::PrimaryReselect` from u8 to enum. (7be1634)

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.24.0"
4+
version = "0.25.0"
55
edition = "2021"
66

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

0 commit comments

Comments
 (0)