Skip to content

Commit

Permalink
New release 0.17.1
Browse files Browse the repository at this point in the history
=== 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]>
  • Loading branch information
cathay4t committed Aug 30, 2023
1 parent 050fd64 commit 3477b37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [0.17.1] - 2023-08-30
### 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)

## [0.17.0] - 2023-07-10
### Breaking changes
- `InfoVlan::EgressQos(Vec<u8>)` changed to
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3477b37

Please sign in to comment.