Releases: rust-netlink/netlink-packet-route
Releases · rust-netlink/netlink-packet-route
New release 0.24.0
New release 0.23.0
New release 0.22.0
Breaking changes
- Changed
tc::TcActionMirrorOption::Tm
fromVec<u8>
toTcf
. (f3953b8) - Changed
tc::TcActionNatOption::Tm
fromVec<u8>
toTcf
. (f3953b8) - Changed
Inet6Stats::out_pkts
toInet6Stats::out_requests
. (201d99b)
New features
- tc: Add support of tunnel key. (f5535f3)
- tc: Add flower support. (55e4835)
- ip6 state: Add support of reasm_overlaps and out_pkts. (201d99b)
Bug fixes
- Fix error on decoding empty IFLA_VFINFO_LIST. (8ac7c2a)
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)