Skip to content

Commit c71b302

Browse files
committed
New release 0.31.0
=== Breaking changes - link: InfoIpTunnel::CollectMetadata(bool) -> CollectMetadata. (c91e440) - link: InfoVxlan::Df changed u8 to VxlanDf enum. (2fac888) === New features - link vxlan: add support for IFLA_VXLAN_LABEL_POLICY. (e7ee5bc) - link vxlan: add support of IFLA_VXLAN_RESERVED_BITS. (8d60902) - link: add Display + FromStr impls for bridge enums. (7c7c6a9) - link: bond: add FromStr/Display for BondAllPortActive. (b97280b) - link: bond: add FromStr/Display for BondLacpRate. (afd072d) - link: bond: align FromStr/Display strings with iproute2. (35d39ab) - link: bond: implement FromStr for bond enums. (192cb0c) - neigh: impl FromStr for NeighbourState. (b3abdf8) - link: add From<&str> For InfoKind. (4e952be) - link: Implement Display for VxlanDf. (6dd74c9) - link vxlan: Add IFLA_VXLAN_MC_ROUTE support and test. (aad6df2) - addr: impl Display AddressScope, AddressProtocol, and AddressFamily. (492033a) - link: Adds support for 2 bond link info fields. (9bc8ba0) - link: Add initial support of IFLA_DPLL_PIN. (c514c3a) === Bug fixes - N/A Signed-off-by: Gris Ge <cnfourt@gmail.com>
1 parent c91e440 commit c71b302

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# Changelog
2+
## [0.31.0] - 2026-06-10
3+
### Breaking changes
4+
- link: InfoIpTunnel::CollectMetadata(bool) -> CollectMetadata. (c91e440)
5+
- link: InfoVxlan::Df changed u8 to VxlanDf enum. (2fac888)
6+
7+
### New features
8+
- link vxlan: add support for IFLA_VXLAN_LABEL_POLICY. (e7ee5bc)
9+
- link vxlan: add support of IFLA_VXLAN_RESERVED_BITS. (8d60902)
10+
- link: add Display + FromStr impls for bridge enums. (7c7c6a9)
11+
- link: bond: add FromStr/Display for BondAllPortActive. (b97280b)
12+
- link: bond: add FromStr/Display for BondLacpRate. (afd072d)
13+
- link: bond: align FromStr/Display strings with iproute2. (35d39ab)
14+
- link: bond: implement FromStr for bond enums. (192cb0c)
15+
- neigh: impl FromStr for NeighbourState. (b3abdf8)
16+
- link: add From<&str> For InfoKind. (4e952be)
17+
- link: Implement Display for VxlanDf. (6dd74c9)
18+
- link vxlan: Add IFLA_VXLAN_MC_ROUTE support and test. (aad6df2)
19+
- addr: impl Display AddressScope, AddressProtocol, and AddressFamily. (492033a)
20+
- link: Adds support for 2 bond link info fields. (9bc8ba0)
21+
- link: Add initial support of IFLA_DPLL_PIN. (c514c3a)
22+
23+
### Bug fixes
24+
- N/A
25+
226
## [0.30.0] - 2026-04-15
327
### Breaking changes
428
- API break: Change `In6AddrGenMode::StablePrivacy` display to

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 <corentinhenry@gmail.com>"]
33
name = "netlink-packet-route"
4-
version = "0.30.0"
4+
version = "0.31.0"
55
edition = "2021"
66
rust-version = "1.77"
77
homepage = "https://github.com/rust-netlink/netlink-packet-route"

0 commit comments

Comments
 (0)