Skip to content

Commit 3477b37

Browse files
committed
New release 0.17.1
=== Breaking changes - N/A === New features - Add support of MACsec interface. (050fd64) === Bug fixes - vxlan: fix port-range attribute marshalling. (55de269) - vxlan: fix port-range attribute endianness. (ce406b2) - vxlan: fix port attribute endianness. (927bdd7) Signed-off-by: Gris Ge <[email protected]>
1 parent 050fd64 commit 3477b37

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [0.17.1] - 2023-08-30
3+
### Breaking changes
4+
- N/A
5+
6+
### New features
7+
- Add support of MACsec interface. (050fd64)
8+
9+
### Bug fixes
10+
- vxlan: fix port-range attribute marshalling. (55de269)
11+
- vxlan: fix port-range attribute endianness. (ce406b2)
12+
- vxlan: fix port attribute endianness. (927bdd7)
13+
214
## [0.17.0] - 2023-07-10
315
### Breaking changes
416
- `InfoVlan::EgressQos(Vec<u8>)` changed 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 <[email protected]>"]
33
name = "netlink-packet-route"
4-
version = "0.17.0"
4+
version = "0.17.1"
55
edition = "2018"
66

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

0 commit comments

Comments
 (0)