Skip to content

chore(deps): bump netlink-packet-route from 0.31.0 to 0.33.0 - #220

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps netlink-packet-route from 0.31.0 to 0.33.0.

Release notes

Sourced from netlink-packet-route's releases.

New release 0.33.0

Breaking changes

  • API break: use zerocopy for remaining buffer parsing. (67e978e)
  • API break: tc: use zerocopy for tc buffer parsing. (71b67ba)
  • API break: address: use zerocopy for address buffer parsing. (5340783)
  • API break: route: use zerocopy for route buffer parsing. (33d14da)
  • API break: link: use zerocopy for link buffer parsing. (db91df4)

New features

  • link: Add support of IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6. (0a7dc85)
  • link: Add support of IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6. (0a7dc85)
  • link: Add support of IFLA_BRPORT_NEIGH_FORWARD_GRAT. (f4ebb62)
  • link: Add support of IFLA_BR_STP_MODE. (daef62e)
  • link: Add support of IFLA_BRPORT_NEIGH_FORWARD_GRAT. (f4ebb62)
  • link: Add support of IFLA_BR_STP_MODE. (daef62e)

Bug fixes

  • link: Use ref_from_prefix for BridgeId::parse. (6af1cd0)
  • tc: Fix byte order of TcU32Key mask/val. (52be735)
  • tc: fix TCA_ROOT_TIME_DELTA byte order. (1f88869)
  • link: Fix IFLA_GRE_FWMARK byte order. (09b732a)

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)

... (truncated)

Changelog

Sourced from netlink-packet-route's changelog.

[0.33.0] - 2026-08-18

Breaking changes

  • API break: use zerocopy for remaining buffer parsing. (67e978e)
  • API break: tc: use zerocopy for tc buffer parsing. (71b67ba)
  • API break: address: use zerocopy for address buffer parsing. (5340783)
  • API break: route: use zerocopy for route buffer parsing. (33d14da)
  • API break: link: use zerocopy for link buffer parsing. (db91df4)

New features

  • link: Add support of IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6. (0a7dc85)
  • link: Add support of IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6. (0a7dc85)
  • link: Add support of IFLA_BRPORT_NEIGH_FORWARD_GRAT. (f4ebb62)
  • link: Add support of IFLA_BR_STP_MODE. (daef62e)
  • link: Add support of IFLA_BRPORT_NEIGH_FORWARD_GRAT. (f4ebb62)
  • link: Add support of IFLA_BR_STP_MODE. (daef62e)

Bug fixes

  • link: Use ref_from_prefix for BridgeId::parse. (6af1cd0)
  • tc: Fix byte order of TcU32Key mask/val. (52be735)
  • tc: fix TCA_ROOT_TIME_DELTA byte order. (1f88869)
  • link: Fix IFLA_GRE_FWMARK byte order. (09b732a)

[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)

... (truncated)

Commits
  • 6d158e8 New release 0.33.0
  • 65d0ba8 Use netlink-packet-core 0.9.0
  • 6af1cd0 link: Use ref_from_prefix for BridgeId::parse
  • 52be735 tc: Fix byte order of TcU32Key mask/val
  • 67e978e API break: use zerocopy for remaining buffer parsing
  • 71b67ba API break: tc: use zerocopy for tc buffer parsing
  • 5340783 API break: address: use zerocopy for address buffer parsing
  • 33d14da API break: route: use zerocopy for route buffer parsing
  • db91df4 API break: link: use zerocopy for link buffer parsing
  • 1f88869 tc: fix TCA_ROOT_TIME_DELTA byte order
  • 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.33.0.
- [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.33.0)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-version: 0.33.0
  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 27, 2026
@n0bot n0bot Bot added this to iroh Aug 27, 2026
@github-project-automation github-project-automation Bot moved this to 🚑 Needs Triage in iroh Aug 27, 2026
@flub flub closed this Aug 28, 2026
@github-project-automation github-project-automation Bot moved this from 🚑 Needs Triage to ✅ Done in iroh Aug 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/netlink-packet-route-0.33.0 branch August 28, 2026 10:43
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: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant