- Notifications
You must be signed in to change notification settings - Fork81
Exchange custom netlink fork for neli crate#13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…18 and latest dependencies. Errors now conforming to std::error::Error.
I merged this into my fork at: There were a number of breaking changes in But now that's all working. I still need to re-implement the wait-for-ack functionality which changed in the library, but overall |
I think neli 0.5.3 that was released yesterday should contain the fix? |
Included and updated by#20 . This can be closed if/when that one is merged. |
#20, which contained this PR was merged to master. |
This removes the custom netlink dependency in exchange for theneli-crate. I have tested
bring_up
andbring_down
and it seems to work. There is a minor difference in the send that I have not figured out yet why sa_family is not added in neli or if that is even relevant since it has the intended effect.strace -s 100 -f -x
ofnetlink-rs fork:
neli:
WIP: since this is still waiting for merge of:jbaublitz/neli#61, I will exchange the git link for a version once that is released.