gluxon / wireguard-uapi-rs

MIT License
31 stars 9 forks source link

Avoid hard-coded IFLA_LINKINFO #5

Open gluxon opened 5 years ago

gluxon commented 5 years ago

https://github.com/gluxon/wireguard-uapi-rs/blob/1fdf165a118631373fe73a4fd9b9c8e75cfcac86/src/socket/link_message.rs#L14

gluxon commented 4 years ago

Fixed by 571725fed7856d0d629b9023e0e9c044855a4f4e

gluxon commented 4 years ago

Eh, I might keep this open until the neli portion is done. Reopening.

gluxon commented 4 years ago

https://github.com/jbaublitz/neli/pull/63 https://github.com/jbaublitz/neli/pull/64

MagicRB commented 4 years ago

If I'm not missing something, this should get closed

gluxon commented 4 years ago

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.