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 11# 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+
216## [0.16.1] - 2023-07-10
317### Breaking changes
418 - N/A
Original file line number Diff line number Diff line change 11[package ]
22authors = [
" Corentin Henry <[email protected] >" ]
33name = " netlink-packet-route"
4- version = " 0.16.1 "
4+ version = " 0.17.0 "
55edition = " 2018"
66
77homepage = " https://github.com/rust-netlink/netlink-packet-route"
You can’t perform that action at this time.
0 commit comments