neli
neli copied to clipboard
Rust type safe netlink library
These values are used when configuring a virtual tunnel interface (ip link add ... type ipip)
According to man 7 netlink, in case of error, the error field represents "negative errno". Also a simple test trying to add an interface as an unprivileged user, I get...
**Would adding this feature cause a breaking change?** Yes Currently, tokio support primarily targets multicast groups with the `Stream` trait. Provide some additional convenience methods just like in `NlSocketHandle`.
Closes #107 Closes #170 Closes #124 Closes #161 Closes #83 Closes #168 Closes #194
I need to add more tests to detect breakage earlier. Ideally I'd like to cover all of the `Nl` implementations at minimum.
**Is this a question about neli specifically? If so, please describe.** I'm trying to do a RTM_GETNSID query with neli, and have problem adding a NETNSA_FD attribute after Rtgenmsg. I...
Hey, I'm sorry if the response to this is somewhere in the docs, but i searched them and read a lot of issues but still could not find a solution...
Currently, constructing larger and more complicated packets to be sent over netlink is not necessarily intuitive. Add some convenience functions for common use cases to avoid having to specify every...
I'm toying with the idea of exposing all packet creation through convenience methods like `new()` and others as mentioned in #83 and autogenerating getters for all of the fields in...