wireguard-uapi-rs
wireguard-uapi-rs copied to clipboard
Avoid hard-coded IFLA_LINKINFO
https://github.com/gluxon/wireguard-uapi-rs/blob/1fdf165a118631373fe73a4fd9b9c8e75cfcac86/src/socket/link_message.rs#L14
- [x] PR against rust-lang/libc
- [x] PR against neli
Fixed by 571725fed7856d0d629b9023e0e9c044855a4f4e
Eh, I might keep this open until the neli portion is done. Reopening.
https://github.com/jbaublitz/neli/pull/63 https://github.com/jbaublitz/neli/pull/64
If I'm not missing something, this should get closed
I PR'ed against neli but the library hasn't released an update yet. I'd like to remove libc::IFLA_LINKINFO
in favor of neli::consts::IFLA_LINKINFO
.