mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 09:43:09 +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.