Skip to content

build(deps): bump netlink-packet-route from 0.19.0 to 0.24.0 #1361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps netlink-packet-route from 0.19.0 to 0.24.0.

Release notes

Sourced from netlink-packet-route's releases.

New release 0.24.0

Breaking changes

  • Changed InfoBond::PrimaryReselect from u8 to enum. (7be1634)

New features

  • ICMP6: Add support of ICMP6_MIB_RATELIMITHOST. (3497a69)
  • Support Seg6 encapsulation type. (1a33cd3)
  • impl From<IpAddr> for RouteVia. (7ef6bf6)

Bug fixes

  • Fix parsing error on empty IFLA_AF_SPEC. (5e54549)
  • Fix panic of integer underflow in RouteNextHopBuffer. (a285aba)

New release 0.23.0

Breaking changes

  • InfoBond::ArpAllTargets changed to enum. (507ea73)
  • InfoBond::XmitHashPolicy changed to enum. (b2572da)
  • InfoBond::FailOverMac changed to enum. (3270863)

New features

  • tc: Add support of tunnel key. (f5535f3)

Bug fixes

  • Fix compile on Andriod. (d44d500)
  • Fix panic of integer underflow in RouteNextHopBuffer. (a285aba)

New release 0.22.0

Breaking changes

  • Changed tc::TcActionMirrorOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed tc::TcActionNatOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed Inet6Stats::out_pkts to Inet6Stats::out_requests. (201d99b)

New features

  • tc: Add support of tunnel key. (f5535f3)
  • tc: Add flower support. (55e4835)
  • ip6 state: Add support of reasm_overlaps and out_pkts. (201d99b)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (8ac7c2a)

New release 0.21.0

Breaking changes

  • InfoIpVlan::Flags changed from u16 to IpVlanFlags. (321e4d5)
  • AfSpecBridge::Flags changed from u16 to BridgeFlag. (40d090b)
  • InfoBond::ArpValidate changed from u32 to BondArpValidate.(5246712)
  • InfoVxlan::Group changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Group6 changed from Vec<u8> to Ipv6Addr. (538e13b)
  • InfoVxlan::Local changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Local6 changed from Vec<u8> to Ipv6Addr. (538e13b)

... (truncated)

Changelog

Sourced from netlink-packet-route's changelog.

[0.24.0] - 2025-05-21

Breaking changes

  • Changed InfoBond::PrimaryReselect from u8 to enum. (7be1634)

New features

  • ICMP6: Add support of ICMP6_MIB_RATELIMITHOST. (3497a69)
  • Support Seg6 encapsulation type. (1a33cd3)
  • impl From<IpAddr> for RouteVia. (7ef6bf6)

Bug fixes

  • Fix parsing error on empty IFLA_AF_SPEC. (5e54549)
  • Fix panic of integer underflow in RouteNextHopBuffer. (a285aba)

[0.23.0] - 2025-04-30

Breaking changes

  • InfoBond::ArpAllTargets changed to enum. (507ea73)
  • InfoBond::XmitHashPolicy changed to enum. (b2572da)
  • InfoBond::FailOverMac changed to enum. (3270863)

New features

  • tc: Add support of tunnel key. (f5535f3)

Bug fixes

  • Fix compile on Andriod. (d44d500)
  • Fix panic of integer underflow in RouteNextHopBuffer. (a285aba)

[0.22.0] - 2025-03-17

Breaking changes

  • Changed tc::TcActionMirrorOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed tc::TcActionNatOption::Tm from Vec<u8> to Tcf. (f3953b8)
  • Changed Inet6Stats::out_pkts to Inet6Stats::out_requests. (201d99b)

New features

  • tc: Add support of tunnel key. (f5535f3)
  • tc: Add flower support. (55e4835)
  • ip6 state: Add support of reasm_overlaps and out_pkts. (201d99b)

Bug fixes

  • Fix error on decoding empty IFLA_VFINFO_LIST. (8ac7c2a)

[0.21.0] - 2024-09-12

Breaking changes

  • InfoIpVlan::Flags changed from u16 to IpVlanFlags. (321e4d5)
  • AfSpecBridge::Flags changed from u16 to BridgeFlag. (40d090b)
  • InfoBond::ArpValidate changed from u32 to BondArpValidate.(5246712)
  • InfoVxlan::Group changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Group6 changed from Vec<u8> to Ipv6Addr. (538e13b)
  • InfoVxlan::Local changed from Vec<u8> to Ipv4Addr. (538e13b)
  • InfoVxlan::Local6 changed from Vec<u8> to Ipv6Addr. (538e13b)

... (truncated)

Commits
  • 6701a5d New release 0.24.0
  • fe678df chore: rebased from main
  • 7be1634 feat: bond primary preselect as enum values closes #81
  • 7ef6bf6 impl From\<IpAddr> for RouteVia
  • 5bd5cc9 use buffer! + changed some comments
  • 1a33cd3 Add support for Seg6 encapsulation type
  • 69c4e01 Add License header to afspec.rs
  • f8e40e5 Add test case for empty IFLA_AF_SPEC
  • 5e54549 fix parsing error on empty IFLA_AF_SPEC
  • 3497a69 Add ICMP6_MIB_RATELIMITHOST
  • 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.

Bumps [netlink-packet-route](https://github.com/rust-netlink/netlink-packet-route) from 0.19.0 to 0.24.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.19.0...v0.24.0)

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

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 May 26, 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
Development

Successfully merging this pull request may close these issues.

1 participant