Update Rust crate netlink-packet-route to 0.17.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
netlink-packet-route | dependencies | minor |
0.11.0 -> 0.17.1
|
Release Notes
rust-netlink/netlink-packet-route (netlink-packet-route)
v0.17.1
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
)
v0.17.0
Breaking changes
-
InfoVlan::EgressQos(Vec<u8>)
changed toInfoVlan::EgressQos(Vec<VlanQosMapping>)
. (2d33edb
) -
InfoVlan::IngressQos(Vec<u8>)
changed toInfoVlan::IngressQos(Vec<VlanQosMapping>)
. (2d33edb
)
New features
- Added rich representation for VLAN QOS mapping. (
2d33edb
) - Added MacVlan IFLA_MACVLAN_BC_ options. (
640be35
)
Bug fixes
- N/A
v0.16.1
Breaking changes
- N/A
New features
- N/A
Bug fixes
- Use latest rust-netlink crates. (
2eda618
)
v0.16.0
Breaking changes
- Replaced all
slave
toport
. (bfa1ec3
)-
InfoBond::ActiveSlave
->InfoBond::ActivePort
-
InfoBond::AllSlavesActive
->InfoBond::AllPortsActive
-
InfoBond::PacketsPerSlave
->InfoBond::PacketsPerPort
-
SlaveState
->BondPortState
-
link_infos::Info::SlaveKind
->link_info::Info::PortKind
-
link_infos::Info::SlaveData
->link_info::Info::PortData
-
link_infos::InfoSlaveData
->link_info::InfoPortData
-
New features
- Add support of bond port settings. (
83c9689
) - Add support of TC matchall filter. (
d71b961
) - Add egress builder for TcNat type. (
62d2411
) - Add the nat action to tc. (
c80c678
) - Add XDP nlas structure support. (
75ce74c
)
Bug fixes
- Set
NLM_F_NESTED
forTCA_ACT_OPTIONS
type. (a93b651
)
v0.15.0
Breaking changes
- Removed these reexports. (
8784586
)netlink_packet_route::ErrorMessage
netlink_packet_route::NetlinkBuffer
netlink_packet_route::NetlinkHeader
netlink_packet_route::NetlinkMessage
netlink_packet_route::NetlinkPayload
netlink_packet_route::traits
netlink_packet_route::DecodeError
- Remove internal fuzz sub-crate. (
f2ffa9d
)
New features
- N/A
Bug fixes
- N/A
v0.14.1
Breaking changes
- N/A
New features
- N/A
Bug fixes
- Bridge VLAN: Fixed incorrect constants. (
6994712
)
v0.14.0
Breaking changes
- All public struct and enum are marked as
non_exhaustive
. Please check https://doc.rust-lang.org/reference/attributes/type_system.html for more detail. (0b98180
)
New features
- LinkAddRequest: Allow adding XFRM tunnel with if_id mark. (
5507d97
) - Bridge: Add support of
IFLA_BR_MCAST_QUERIER_STATE
. (3d91fdf
) - LinkAddRequest: Allow adding macvtap on a link. (
dabd5dc
)
Bug fixes
- Fix panics when using iif or oif with ip rule. (
dab602e
)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot