neli icon indicating copy to clipboard operation
neli copied to clipboard

Rust type safe netlink library

Results 34 neli issues
Sort by recently updated
recently updated
newest added

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`.

enhancement

Closes #107 Closes #170 Closes #124 Closes #161 Closes #83 Closes #168 Closes #194

enhancement
release

I need to add more tests to detect breakage earlier. Ideally I'd like to cover all of the `Nl` implementations at minimum.

help wanted
good first issue
testing

**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...

bug

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...

question

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...

enhancement
research

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...

enhancement