Skip to content

chore(deps): bump netlink-packet-route from 0.26.0 to 0.29.0#3415

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/netlink-packet-route-0.29.0
Open

chore(deps): bump netlink-packet-route from 0.26.0 to 0.29.0#3415
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/netlink-packet-route-0.29.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps netlink-packet-route from 0.26.0 to 0.29.0.

Release notes

Sourced from netlink-packet-route's releases.

New release 0.29.0

Breaking changes

  • link bond: Change InfoBond::AdSelect from u8 to enum. (1a16af8)
  • link bridge: Change NeighVlanSupress to NeighVlanSuppress. (420d181)

New features

  • link: add vxcan support. (dcd3afb)
  • link: AF_SPEC(MCTP): Add physical binding type attribute. (cfba8ea)
  • tc: add TC filter for BPF/TC_BPF_*. (890416d)
  • link: Add MCTP definitions for IFLA_AF_SPEC. (301a0a1)
  • link: Add definitons for ARPHRD_MCTP. (e8250a6)
  • link: Add initial support of IFLA_WIRELESS. (80b2e54)

Bug fixes

  • LinkHeader: zero padding explicitly. (f0ae7c5)
  • tc: parse error message to correct kind. (6241e51)
  • link: downgrade warn to debug. (caec633)
  • Remove unused rich_nlas feat. (33580ca)

New release 0.28.0

Breaking changes

  • link: Changed InfoIpoib::Mode from u16 to enum. (b1b8ef4)
  • macvlan, macvtap: Changed MacAddrMode from u32 to enum. (3badfa0)
  • macvlan, macvtap: Change Flags from u16 to bitflags. (12da3db)

New features

  • N/A

Bug fixes

  • N/A

New release 0.27.0

Breaking changes

  • link: Remove support of IFLA_WIRELESS. (3283c84)
  • link bridge: Changed InfoBridge::NfCallArpTables from u8 to bool. (55bc622)
  • link bridge: Changed InfoBridge::NfCallIp6Tables from u8 to bool. (17f3650)
  • link bridge: Changed InfoBridge::NfCallIpTables from u8 to bool. (3b37a0e)
  • link bridge: Changed InfoBridge::MulticastStatsEnabled from u8 to bool. (fc1e02d)
  • link bridge: Changed InfoBridge::MulticastQuerier from u8 to bool. (6758931)
  • link bridge: Changed InfoBridge::MulticastQueryUseIfaddr from u8 to bool. (4418dd9)
  • link bridge: Unify InfoBridge::MulticastRouter and InfoBridgePort::MulticastRouter. (86dfb5e)
  • link bridge: Changed InfoBridge::MulticastSnooping from u8 to bool. (635019b)
  • link bridge: Changed InfoBridge::VlanStatsPerHost(u8) to

... (truncated)

Changelog

Sourced from netlink-packet-route's changelog.

[0.29.0] - 2026-02-19

Breaking changes

  • link bond: Change InfoBond::AdSelect from u8 to enum. (1a16af8)
  • link bridge: Change NeighVlanSupress to NeighVlanSuppress. (420d181)

New features

  • link: add vxcan support. (dcd3afb)
  • link: AF_SPEC(MCTP): Add physical binding type attribute. (cfba8ea)
  • tc: add TC filter for BPF/TC_BPF_*. (890416d)
  • link: Add MCTP definitions for IFLA_AF_SPEC. (301a0a1)
  • link: Add definitons for ARPHRD_MCTP. (e8250a6)
  • link: Add initial support of IFLA_WIRELESS. (80b2e54)

Bug fixes

  • LinkHeader: zero padding explicitly. (f0ae7c5)
  • tc: parse error message to correct kind. (6241e51)
  • link: downgrade warn to debug. (caec633)
  • Remove unused rich_nlas feat. (33580ca)

[0.28.0] - 2026-01-01

Breaking changes

  • link: Changed InfoIpoib::Mode from u16 to enum. (b1b8ef4)
  • macvlan, macvtap: Changed MacAddrMode from u32 to enum. (3badfa0)
  • macvlan, macvtap: Change Flags from u16 to bitflags. (12da3db)

New features

  • N/A

Bug fixes

  • N/A

[0.27.0] - 2025-12-24

Breaking changes

  • link: Remove support of IFLA_WIRELESS. (3283c84)
  • link bridge: Changed InfoBridge::NfCallArpTables from u8 to bool. (55bc622)
  • link bridge: Changed InfoBridge::NfCallIp6Tables from u8 to bool. (17f3650)
  • link bridge: Changed InfoBridge::NfCallIpTables from u8 to bool. (3b37a0e)
  • link bridge: Changed InfoBridge::MulticastStatsEnabled from u8 to bool. (fc1e02d)
  • link bridge: Changed InfoBridge::MulticastQuerier from u8 to bool. (6758931)
  • link bridge: Changed InfoBridge::MulticastQueryUseIfaddr from u8 to bool. (4418dd9)
  • link bridge: Unify InfoBridge::MulticastRouter and InfoBridgePort::MulticastRouter. (86dfb5e)
  • link bridge: Changed InfoBridge::MulticastSnooping from u8 to bool. (635019b)
  • link bridge: Changed InfoBridge::VlanStatsPerHost(u8) to

... (truncated)

Commits
  • d7a40fe New release 0.29.0
  • d88d578 Run cargo fmt
  • dcd3afb link: add vxcan
  • 6241e51 fix(tc): parse error message to correct kind
  • 80b2e54 Add initial support of IFLA_WIRELESS
  • 890416d tc: add TC filter for BPF/TC_BPF_*
  • cfba8ea link: AF_SPEC(MCTP): Add physical binding type attribute
  • 301a0a1 link: Add MCTP definitions for IFLA_AF_SPEC
  • e8250a6 link: Add definitons for ARPHRD_MCTP
  • f0ae7c5 LinkHeader: zero padding explicitly
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 24, 2026
Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.26.0 to 0.29.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.26.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-packet-route-0.29.0 branch from 8f51444 to 085cdb3 Compare March 17, 2026 00:57
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.

0 participants