Skip to content

Update netlink-packet-route requirement from 0.32.1 to 0.33.0 - #9

Merged
HXM4Tech merged 2 commits into
masterfrom
dependabot/cargo/netlink-packet-route-0.33.0
Aug 21, 2026
Merged

Update netlink-packet-route requirement from 0.32.1 to 0.33.0#9
HXM4Tech merged 2 commits into
masterfrom
dependabot/cargo/netlink-packet-route-0.33.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on netlink-packet-route to permit the latest version.

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

Updates the requirements on [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) to permit the latest version.
- [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.32.1...v0.33.0)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-version: 0.33.0
  dependency-type: direct:production
...

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 21, 2026
@HXM4Tech
HXM4Tech merged commit aed968e into master Aug 21, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/cargo/netlink-packet-route-0.33.0 branch August 21, 2026 12:49
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant