File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## [0.14.1] - 2023-01-28
3
+ ### Breaking changes
4
+ - N/A
5
+
6
+ ### New features
7
+ - N/A
8
+
9
+ ### Bug fixes
10
+ - Bridge VLAN: Fixed incorrect constants. (6994712)
11
+
2
12
## [0.14.0] - 2023-01-28
3
13
### Breaking changes
4
14
- All public struct and enum are marked as `non_exhaustive`. Please check
7
17
8
18
### New features
9
19
- LinkAddRequest: Allow adding XFRM tunnel with if_id mark. (5507d97)
10
- - Bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE. (3d91fdf)
20
+ - Bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE` . (3d91fdf)
11
21
- LinkAddRequest: Allow adding macvtap on a link. (dabd5dc)
12
22
13
23
### Bug fixes
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.14.0 "
4
+ version = " 0.14.1 "
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