We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050fd64 commit 3477b37Copy full SHA for 3477b37
CHANGELOG
@@ -1,4 +1,16 @@
1
# 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
14
## [0.17.0] - 2023-07-10
15
### Breaking changes
16
- `InfoVlan::EgressQos(Vec<u8>)` changed to
Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <[email protected]>"]
name = "netlink-packet-route"
-version = "0.17.0"
+version = "0.17.1"
edition = "2018"
homepage = "https://github.com/rust-netlink/netlink-packet-route"
0 commit comments