Skip to content

chore(deps): bump netlink-packet-route from 0.31.0 to 0.32.1 - #211

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/netlink-packet-route-0.32.1
Open

chore(deps): bump netlink-packet-route from 0.31.0 to 0.32.1#211
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/netlink-packet-route-0.32.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps netlink-packet-route from 0.31.0 to 0.32.1.

Release notes

Sourced from netlink-packet-route's releases.

New release 0.32.1

Breaking changes

  • N/A

New features

  • link: Add Link variant to InfoGre6. (88706c0)

Bug fixes

  • link: Fix Link variant of InfoGre. (88706c0)

New release 0.32.0

Breaking changes

  • vxlan: Changed InfoVxlanAttr::Gbp, Gpe, TtlInherit and RemCsumNoPartial. (14f0a27)

New features

  • route: Add ipproto, sport, dport, flowlabel, nhid support. (d403b86)
  • route: impl Dispaly for RouteNextHopFlags. (363cc63)
  • link: Add AfSpecInet::DevConfRequest for applying support. (c16d0dc)
  • link: Add InfoKind for Wireguard. (dfe01c1)
  • link: Add support of VTI and VTI6. (c0121b9)
  • link: Add InfoTeamPort. (e3f20d3)
  • link: Add support of rmnet. (d76669e)
  • link: Add LinkInfo:Pfcp. (112260c)
  • link: Fix WirelessEvent parsing of short payloads. (e6baac6)
  • link: Add InfoGre variants for ERSPAN. (45fc07a)
  • route: Fix RouteRealm parsing of short payloads. (364c592)
  • link: add support of DSA interface type. (899a0aa)
  • link: Add support of CAN interface type. (2b53a32)
  • link: Add more bond port netlink attributes. (65d1afd)
  • link: Add batadv link info support. (3268f28)
  • Use EthernetProtocol from netlink-packet-core 0.8.2. (a72a56b)
  • link: add Team variant to InfoKind enum. (a15ce19)
  • link: add WWAN support. (5cb71cb)
  • link: add VirtWifi variant to InfoKind enum. (c4bb0ce)
  • link: add support for GTP netlink attributes. (b422119)
  • stats: Add support for RTM_NEWSTATS/RTM_GETSTATS. (4ecf0ab)
  • link: use 802.1Q for VlanProtocol::Ieee8021Q display. (d66448f)
  • link: Add numeric fallbacks to FromStr for bond enums. (2d94e81)
  • link: Add Display and FromStr for BondPortState and MiiStatus. (5a9bd7c)
  • link: Add Display and FromStr for GeneveDf. (378896a)
  • link: Add Display and FromStr for MacVlanMode. (6feb5b3)
  • link: Add Display and FromStr for IpVlanMode. (fbd93e6)
  • link: Add FromStr and Display for State. (9c0e94f)
  • link: Add support for vcan InfoKind. (6a1174f)
  • link: Add support for netdevsim InfoKind. (dfa54c1)
  • link: Add support of AMT(Automatic Multicast Tunneling). (339c13b)
  • link: add Display + FromStr impls for netkit enums. (93ce416)

Bug fixes

... (truncated)

Changelog

Sourced from netlink-packet-route's changelog.

[0.32.1] - 2026-08-12

Breaking changes

  • N/A

New features

  • link: Add Link variant to InfoGre6. (88706c0)

Bug fixes

  • link: Fix Link variant of InfoGre. (88706c0)

[0.32.0] - 2026-08-12

Breaking changes

  • vxlan: Changed InfoVxlanAttr::Gbp, Gpe, TtlInherit and RemCsumNoPartial. (14f0a27)

New features

  • route: Add ipproto, sport, dport, flowlabel, nhid support. (d403b86)
  • route: impl Dispaly for RouteNextHopFlags. (363cc63)
  • link: Add AfSpecInet::DevConfRequest for applying support. (c16d0dc)
  • link: Add InfoKind for Wireguard. (dfe01c1)
  • link: Add support of VTI and VTI6. (c0121b9)
  • link: Add InfoTeamPort. (e3f20d3)
  • link: Add support of rmnet. (d76669e)
  • link: Add LinkInfo:Pfcp. (112260c)
  • link: Fix WirelessEvent parsing of short payloads. (e6baac6)
  • link: Add InfoGre variants for ERSPAN. (45fc07a)
  • route: Fix RouteRealm parsing of short payloads. (364c592)
  • link: add support of DSA interface type. (899a0aa)
  • link: Add support of CAN interface type. (2b53a32)
  • link: Add more bond port netlink attributes. (65d1afd)
  • link: Add batadv link info support. (3268f28)
  • Use EthernetProtocol from netlink-packet-core 0.8.2. (a72a56b)
  • link: add Team variant to InfoKind enum. (a15ce19)
  • link: add WWAN support. (5cb71cb)
  • link: add VirtWifi variant to InfoKind enum. (c4bb0ce)
  • link: add support for GTP netlink attributes. (b422119)
  • stats: Add support for RTM_NEWSTATS/RTM_GETSTATS. (4ecf0ab)
  • link: use 802.1Q for VlanProtocol::Ieee8021Q display. (d66448f)
  • link: Add numeric fallbacks to FromStr for bond enums. (2d94e81)
  • link: Add Display and FromStr for BondPortState and MiiStatus. (5a9bd7c)
  • link: Add Display and FromStr for GeneveDf. (378896a)
  • link: Add Display and FromStr for MacVlanMode. (6feb5b3)
  • link: Add Display and FromStr for IpVlanMode. (fbd93e6)
  • link: Add FromStr and Display for State. (9c0e94f)
  • link: Add support for vcan InfoKind. (6a1174f)
  • link: Add support for netdevsim InfoKind. (dfa54c1)
  • link: Add support of AMT(Automatic Multicast Tunneling). (339c13b)
  • link: add Display + FromStr impls for netkit enums. (93ce416)

Bug fixes

... (truncated)

Commits
  • a314bd9 New release 0.32.1
  • 88706c0 link: Add Link variant to InfoGre6
  • 20c6c76 New release 0.32.0
  • d403b86 route: Add ipproto, sport, dport, flowlabel, nhid support
  • 363cc63 route: impl Dispaly for RouteNextHopFlags
  • c16d0dc link: Add AfSpecInet::DevConfRequest for applying support
  • dfe01c1 link: Add InfoKind for Wireguard
  • 14f0a27 vxlan: fix NLA_FLAG attributes and handle TTL_INHERIT asymmetry
  • c0121b9 link: Add support of VTI and VTI6
  • e3f20d3 link: Add InfoTeamPort
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.31.0 to 0.32.1.
- [Release notes](https://github.com/rust-netlink/netlink-packet-route/releases)
- [Changelog](https://github.com/rust-netlink/netlink-packet-route/blob/main/CHANGELOG)
- [Commits](rust-netlink/netlink-packet-route@v0.31.0...v0.32.1)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 20, 2026
@n0bot n0bot Bot added this to iroh Aug 20, 2026
@github-project-automation github-project-automation Bot moved this to 🚑 Needs Triage in iroh Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

Status: 🚑 Needs Triage

Development

Successfully merging this pull request may close these issues.

0 participants