This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Versioning
Breaking Changes
netlink-packet-route
:InfoBridge::VlanInfo
(Bridge: add support for specifyingIFLA_BRIDGE_FLAGS
and implementFlags
#212 bridge: add support for settingIFLA_BRIDGE_VLAN_INFO
#213)rtnetlink
:LinkGetRequest::match_name
to filter links by name more efficiently, and removeLinkGetRequest::set_name_filter
(rtnl/link: change add_name_filter to match_name #208)netlink_packet_core::traits::NetlinkSerializable
andnetlink_packet_core::trait::NetlinkDeserializable
such that they are not generic (Refactor base types #195, specifically 94c2632)netlink-proto
: Add new type parameter forConnection
which represents the socket (Refactor base types #195, specifically 944307c)New Features
netlink-packet-wireguard
crate for the wireguard netlink protocol (Wireguard packet support #191)rich_nlas
feature fornetlink-packet-route
that enables parsing more message types (netlink-packet-route: re-introduce rich NLAs #199 netlink-packet-route: parse multipath NLA #205)rtnetlink
:NeighbourAddRequest::add_bridge
helper to create a bridge interface (rtnetlink/neigh: add new_bridge helper to add AF_BRIDGE neighs #203)NLM_F_REPLACE
flag to optimize "create or update" operations (rtnetlink: add replace option to Add*Request #202)macvlan
on a specified link. #194)netlink-packet-utils
: addparse_ip
functionBug fixes
netlink_sys::SmolSocket::recv
error handling (Refactor base types #195 specifically 1cd3e0f)netlink-proto
encoder (Various netlink-proto Encoder impl fixes #168)