Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

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

Release notes

Sourced from netlink-packet-route's releases.

New release 0.26.0

Breaking changes

  • link: Change InfoVlan::Flags from u32 to VlanFlags. (4e8e1c5)
  • link: Add support of iptunnel.(a83f6ae, 1775849, 9771024, 0048dd7, cee37d1)
  • ip: Replace as u8 casts with explicit From conversions for IpProtocol. (582454c)

New features

  • address: Handle IFA_RT_PRIORITY IFA_TARGET_NETNSID and IFA_PROTO. (a804545)
  • link: Add netkit support. (bcd7a1f, 8523980)
  • hsr: Add support for interlink attribute. (e088bff)
  • link: Add support of iptunnel.(a83f6ae, 1775849, 9771024, 0048dd7, cee37d1, 84989e2)
  • neighbour: impl From for NeighbourAddress. (a25d26f)
  • address_family: impl From for AddressFamily. (2812ba1)
  • neighbour: Support NDA_FLAGS_EXT. (0bd7abd)
  • prefix: export PrefixAttribute and CacheInfo. (37674f5)

Bug fixes

  • Fix MIT license file. (7a51870)
  • Remove execution bit of src/tc/actions/tunnel_key.rs. (1d4709a)
Changelog

Sourced from netlink-packet-route's changelog.

[0.26.0] - 2025-12-09

Breaking changes

  • link: Change InfoVlan::Flags from u32 to VlanFlags. (4e8e1c5)
  • link: Add support of iptunnel.(a83f6ae, 1775849, 9771024, 0048dd7, cee37d1)
  • ip: Replace as u8 casts with explicit From conversions for IpProtocol. (582454c)

New features

  • address: Handle IFA_RT_PRIORITY IFA_TARGET_NETNSID and IFA_PROTO. (a804545)
  • link: Add netkit support. (bcd7a1f, 8523980)
  • hsr: Add support for interlink attribute. (e088bff)
  • link: Add support of iptunnel.(a83f6ae, 1775849, 9771024, 0048dd7, cee37d1, 84989e2)
  • neighbour: impl From for NeighbourAddress. (a25d26f)
  • address_family: impl From for AddressFamily. (2812ba1)
  • neighbour: Support NDA_FLAGS_EXT. (0bd7abd)
  • prefix: export PrefixAttribute and CacheInfo. (37674f5)

Bug fixes

  • Fix MIT license file. (7a51870)
  • Remove execution bit of src/tc/actions/tunnel_key.rs. (1d4709a)

[0.25.1] - 2025-08-29

Breaking changes

  • Set minimum supported rust version to 1.77. (6bd5418)

New features

  • N/A

Bug fixes

  • Fix compiling error on rust 1.77. (6bd5418)

[0.25.0] - 2025-08-27

Breaking changes

  • Drop the dependency on netlink-packet-utils. (e09acbd)
  • Add non_exhaustive to these bond options: (eacf67f)
    • BondArpValidate
    • BondPrimaryReselect
    • BondXmitHashPolicy
    • BondArpAllTargets
    • BondFailOverMac
  • Changed AfSpecInet6::AddrGenMode to enum. (7daf895)
  • Changed LinkAttribute::Mode to enum. (be2796c)

New features

  • Support LWTUNNEL_ENCAP_IP6. (0e49453)

Bug fixes

  • Expose In6AddrGenMode. (faf9d39)

[0.24.0] - 2025-05-21

... (truncated)

Commits
  • b3b999f New release 0.26.0
  • 3dfb006 fix(netkit): Re-export NetkitScrub
  • 4e8e1c5 link: Change InfoVlan::Flags from u32 to VlanFlags
  • 95b1757 Add enum entries to InfoGreTun and InfoGreTun6
  • a804545 address: ip: Handle IFA_RT_PRIORITY IFA_TARGET_NETNSID and IFA_PROTO
  • 8523980 feat: add scrub, headroom, tailroom
  • bcd7a1f feat: add netkit support
  • e088bff hsr: add support for interlink attribute
  • a25d26f neighbour: impl From<IpAddr> for NeighbourAddress
  • 2812ba1 address_family: impl From<IpAddr> for AddressFamily
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.24.0...v0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

Superseded by #26.

@dependabot dependabot bot closed this Dec 24, 2025
@dependabot dependabot bot deleted the dependabot/cargo/netlink-packet-route-0.26.0 branch December 24, 2025 04:17
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