mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 00:03:10 +00:00
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.