wireguard-uapi-rs icon indicating copy to clipboard operation
wireguard-uapi-rs copied to clipboard

Avoid hard-coded IFLA_LINKINFO

Open gluxon opened this issue 5 years ago • 5 comments

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

gluxon avatar Oct 06 '19 16:10 gluxon

Fixed by 571725fed7856d0d629b9023e0e9c044855a4f4e

gluxon avatar Jan 01 '20 21:01 gluxon

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

gluxon avatar Jan 01 '20 22:01 gluxon

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

gluxon avatar May 03 '20 20:05 gluxon

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

MagicRB avatar May 22 '20 22:05 MagicRB

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.

gluxon avatar May 22 '20 23:05 gluxon