mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-03 06:18:58 -04:00
0d00c733de
This is a breaking change which updates the `rtattr.type` from `IFLA` to
`union { IFLA, IFA }`. `IFLA` is for the `RTM_*LINK` messages and `IFA`
is for the `RTM_*ADDR` messages.