jbaublitz / neli

Rust type safe netlink library
BSD 3-Clause "New" or "Revised" License
180 stars 35 forks source link

add rtnl attribute enum definitions #205

Closed tones111 closed 1 year ago

tones111 commented 1 year ago

This change depends on an upstream libc PR.

tones111 commented 1 year ago

Note to self: The dependency made it into the libc 0.2.143 release

jbaublitz commented 1 year ago

If libc has released the merged PR you linked, could you resolve any merge conflicts, rebase, and upgrade the libc dependency to be the release including your PR?

tones111 commented 1 year ago

Unfortunately it's been too long since I was experimenting with this library and I no longer have the code that demonstrated these enums so I don't have a good mechanism to test.