Skip to content

Update Rust crate rtnetlink to 0.13

Renovate Bot requested to merge renovate/rtnetlink-0.x into main

This MR contains the following updates:

Package Type Update Change
rtnetlink dependencies minor 0.9 -> 0.13

Release Notes

rust-netlink/rtnetlink (rtnetlink)

v0.13.1

Compare Source

Breaking changes
  • Deprecated BondAddRequest::active_slave() in the favor of BondAddRequest::active_port(). (9b67c97, bf6dbf0)
  • Deprecated BondAddRequest::all_slaves_active() in the favor of BondAddRequest::all_ports_active(). (9b67c97, bf6dbf0)
New features
  • Support bond port setting. (7afe563)
  • Support VLAN QOS setting. (78a58db)
Bug fixes
  • N/A

v0.13.0

Compare Source

Breaking changes
  • TrafficFilterNewRequest::u32() changed to return Result. (b7f8c73)
  • TrafficFilterNewRequest::redirect() changed to return Result`. (b7f8c73)
  • Deprecated RouteAddRequest::table in the favor of RouteAddRequest::table_id in order to support table ID bigger than 255. (0a8eddd)
New features
  • Support route table ID bigger than 255. (0a8eddd)
  • Support creating xfrm tunnel. (5252908)
Bug fixes

v0.12.0

Breaking changes
  • Removed these reexports. (2d58a54)
    • rtnetlink::packet
    • rtnetlink::proto
    • rtnetlink::sys
New features
  • Allow adding macvtap on a link. (ad1207f)
  • Support setting priority when adding rules. (b771ffd)
Bug fixes
  • Fix ip_monitor example. (b12f061)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports