File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## [0.17.0] - 2023-07-10
3
+ ### Breaking changes
4
+ - `InfoVlan::EgressQos(Vec<u8>)` changed to
5
+ `InfoVlan::EgressQos(Vec<VlanQosMapping>)`. (2d33edb)
6
+ - `InfoVlan::IngressQos(Vec<u8>)` changed to
7
+ `InfoVlan::IngressQos(Vec<VlanQosMapping>)`. (2d33edb)
8
+
9
+ ### New features
10
+ - Added rich representation for VLAN QOS mapping. (2d33edb)
11
+ - Added MacVlan IFLA_MACVLAN_BC_ options. (640be35)
12
+
13
+ ### Bug fixes
14
+ - N/A
15
+
2
16
## [0.16.1] - 2023-07-10
3
17
### Breaking changes
4
18
- N/A
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [
" Corentin Henry <[email protected] >" ]
3
3
name = " netlink-packet-route"
4
- version = " 0.16.1 "
4
+ version = " 0.17.0 "
5
5
edition = " 2018"
6
6
7
7
homepage = " https://github.com/rust-netlink/netlink-packet-route"
You can’t perform that action at this time.
0 commit comments