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