File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ### [0.16.0] - 2023-06-25
3
+ ### Breaking changes
4
+ - Replaced all `slave` to `port`. (bfa1ec3)
5
+ * `InfoBond::ActiveSlave` -> `InfoBond::ActivePort`
6
+ * `InfoBond::AllSlavesActive` -> `InfoBond::AllPortsActive`
7
+ * `InfoBond::PacketsPerSlave` -> `InfoBond::PacketsPerPort`
8
+ * `SlaveState` -> `BondPortState`
9
+ * `link_infos::Info::SlaveKind` -> `link_info::Info::PortKind`
10
+ * `link_infos::Info::SlaveData` -> `link_info::Info::PortData`
11
+ * `link_infos::InfoSlaveData` -> `link_info::InfoPortData`
12
+
13
+ ### New features
14
+ - Add support of bond port settings. (83c9689)
15
+ - Add support of TC matchall filter. (d71b961)
16
+ - Add egress builder for TcNat type. (62d2411)
17
+ - Add the nat action to tc. (c80c678)
18
+ - Add XDP nlas structure support. (75ce74c)
19
+
20
+ ### Bug fixes
21
+ - Set `NLM_F_NESTED` for `TCA_ACT_OPTIONS` type. (a93b651)
22
+
2
23
## [0.15.0] - 2023-01-28
3
24
### Breaking changes
4
25
- Removed these reexports. (8784586)
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.15 .0"
4
+ version = " 0.16 .0"
5
5
edition = " 2018"
6
6
7
7
homepage = " https://github.com/rust-netlink/netlink-packet-route"
@@ -29,7 +29,7 @@ name = "dump_packet_links"
29
29
criterion = " 0.3.0"
30
30
pcap-file = " 1.1.1"
31
31
lazy_static = " 1.4.0"
32
- netlink-sys = { version = " 0.8.4 " }
32
+ netlink-sys = { version = " 0.8.5 " }
33
33
pretty_assertions = " 0.7.2"
34
34
35
35
[[bench ]]
You can’t perform that action at this time.
0 commit comments