Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 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.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.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

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

... (truncated)

Commits
  • 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
  • 4418dd9 link bridge: Change InfoBridge::MulticastQueryUseIfaddr from u8 to bool
  • 86dfb5e link bridge: Unify InfoBridge::MulticastRouter and `InfoBridgePort::Multica...
  • 635019b link bridge: Change InfoBridge::MulticastSnooping from u8 to bool
  • 883daf6 link bridge: Change InfoBridge::VlanStatsPerHost(u8) to `VlanStatsPerPort(b...
  • 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.27.0)

---
updated-dependencies:
- dependency-name: netlink-packet-route
  dependency-version: 0.27.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 24, 2025
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