Releases: rust-netlink/netlink-packet-route
Releases · rust-netlink/netlink-packet-route
New release 0.21.0
Breaking changes
InfoIpVlan::Flags
changed from u16 toIpVlanFlags
. (321e4d5)AfSpecBridge::Flags
changed from u16 toBridgeFlag
. (40d090b)InfoBond::ArpValidate
changed from u32 toBondArpValidate
.(5246712)InfoVxlan::Group
changed fromVec<u8>
toIpv4Addr
. (538e13b)InfoVxlan::Group6
changed fromVec<u8>
toIpv6Addr
. (538e13b)InfoVxlan::Local
changed fromVec<u8>
toIpv4Addr
. (538e13b)InfoVxlan::Local6
changed fromVec<u8>
toIpv6Addr
. (538e13b)
New features
- bridge port: Introduce BridgeFlag, BridgeMode and BridgeVlanTunnelInfo.
(40d090b) - Add support for geneve links. (7391b19)
Bug fixes
New release 0.20.1
New release 0.20.0
Breaking changes
- Use bitflags. (3c08f7f, 5072f3a, 9271b33, 8564ed9, e26b489, b337e00,
386470f, 99bd9d2, 590411d, 6f63c6b) - bond: Convert
InfoBond::Mode
into an enum. (3e16f9c) - ipvlan: Change mode type from u16 to enum. (396d4b0)
- link: Renamed
LinkAttribute::NetnsId
toLinkNetNsId
. (528905c) - mac vlan/vtap: Changed MAC VLAN/VTAP mode from u32 to enum. (b23b165)
- bridge: Change InfoBridge::VlanFiltering from u8 to bool. (de0f47a)
New features
Bug fixes
New release 0.19.0
New release 0.18.1
Breaking changes
- N/A
New features
- N/A
Bug fixes
- Fix crash on RuleFlag of
attempt to subtract with overflow
. (ece8735)
New release 0.18.0
Breaking changes
- MASSIVE changes to API in order to 1.0 preparation. Please check
document or code for detail. Sorry for the inconvenience.
New features
- Support HSR interface. (37f9c5c)
Bug fixes
New release 0.17.1
New release 0.17.0
Breaking changes
InfoVlan::EgressQos(Vec<u8>)
changed to
InfoVlan::EgressQos(Vec<VlanQosMapping>)
. (2d33edb)InfoVlan::IngressQos(Vec<u8>)
changed to
InfoVlan::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
New release 0.16.1
New release 0.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)