Skip to content

chore(deps): bump netlink-packet-route from 0.26.0 to 0.28.0#3344

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2026

Bumps netlink-packet-route from 0.26.0 to 0.28.0.

Release notes

Sourced from netlink-packet-route's releases.

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 VlanStatsPerPort(bool). (883daf6)
  • link bridge: Changed InfoBridge::VlanStatsEnabled from u8 to bool. (58e65af)
  • link bridge: Changed InfoBridge::VlanProtocol from u16 to enum. (759073b)
  • link: Changed InfoBridge::MultiBoolOpt from u64 to struct. (2c53f22)
  • link: Changed InfoBridge::StpState from u32 to enum. (ed4c981)
  • bond: Changed InfoBond::UseCarrier from u8 to bool. (fc1ba75)
  • bond: Changed InfoBond::AdLacpActive from u8 to bool. (0bedb4c)
  • bond: Changed InfoBond::TlbDynamicLb from u8 to bool. (ab4a6ac)
  • bond: Changed InfoBond::AdLacpRate from u8 to enum. (5d943ad)
  • bond: Changed InfoBond::AllPortsActive from u8 to enum. (d73b2a1)

New features

  • link bridge: Support IFLA_BR_FDB_N_LEARNED and IFLA_BR_FDB_MAX_LEARNED. (7cdb880)
  • link bridge: Support BR_BOOLOPT_FDB_LOCAL_VLAN_0. (61ff86b)

Bug fixes

  • N/A
Changelog

Sourced from netlink-packet-route's changelog.

[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 VlanStatsPerPort(bool). (883daf6)
  • link bridge: Changed InfoBridge::VlanStatsEnabled from u8 to bool. (58e65af)
  • link bridge: Changed InfoBridge::VlanProtocol from u16 to enum. (759073b)
  • link: Changed InfoBridge::MultiBoolOpt from u64 to struct. (2c53f22)
  • link: Changed InfoBridge::StpState from u32 to enum. (ed4c981)
  • bond: Changed InfoBond::UseCarrier from u8 to bool. (fc1ba75)
  • bond: Changed InfoBond::AdLacpActive from u8 to bool. (0bedb4c)
  • bond: Changed InfoBond::TlbDynamicLb from u8 to bool. (ab4a6ac)
  • bond: Changed InfoBond::AdLacpRate from u8 to enum. (5d943ad)
  • bond: Changed InfoBond::AllPortsActive from u8 to enum. (d73b2a1)

New features

  • link bridge: Support IFLA_BR_FDB_N_LEARNED and IFLA_BR_FDB_MAX_LEARNED. (7cdb880)
  • link bridge: Support BR_BOOLOPT_FDB_LOCAL_VLAN_0. (61ff86b)

Bug fixes

  • N/A
Commits
  • 72ba3c3 New release 0.28.0
  • b1b8ef4 link: Changed InfoIpoib::Mode from u16 to enum
  • 3badfa0 macvlan, macvtap: Changed MacAddrMode from u32 to enum
  • 12da3db macvlan, macvtap: Change Flags from u8 to bitflags
  • 1fb4bd7 New release 0.27.0
  • 55bc622 link bridge: Change InfoBridge::NfCallArpTables from u8 to bool
  • 17f3650 link bridge: Change InfoBridge::NfCallIp6Tables from u8 to bool
  • 3b37a0e link bridge: Change InfoBridge::NfCallIpTables from u8 to bool
  • fc1e02d link bridge: Change InfoBridge::MulticastStatsEnabled from u8 to bool
  • 6758931 link bridge: Change InfoBridge::MulticastQuerier from u8 to bool
  • 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 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)

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 Jan 2, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-packet-route-0.28.0 branch 2 times, most recently from acf090b to e2c95b8 Compare January 9, 2026 01:12
@dependabot dependabot bot force-pushed the dependabot/cargo/netlink-packet-route-0.28.0 branch from e2c95b8 to 6aeb8ca Compare January 23, 2026 00:57
Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.26.0 to 0.28.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.28.0)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-version: 0.28.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.28.0 branch from 6aeb8ca to f94d60f Compare January 30, 2026 01:06
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

Comments