neli
neli copied to clipboard
Rust type safe netlink library
**Version of neli** v0.7.0-rc2 **Describe the bug** I did some fuzzing for neli with afl.rs. I have found some overflow related bugs. **To Reproduce** I list the code snippets and...
I've been looking through some C examples for some SocketCAN Netlink communications, and they all seem to set the socket buffer sizes. Like: ``` int sndbuf = 32768; int rcvbuf...
Big apologies for dropping the ball on #140 a while back. Work on the socketcan crate stalled while the project maintainership was being ironed out, but now a lot of...
**Version of neli** v0.7.0-rc2 **Does the documentation specify that neil's behavior is correct?** No, but it's not Neli's fault. I'm using the Audit Netlink family which is [well-known to be...
FreeBSD 13.2 introduces Netlink support. libc has to expose the necessary bits for netlink-sys to build (for which I started https://github.com/rust-lang/libc/pull/3201), but FreeBSD does not have the same wide support...
**Is this a question about neli specifically? If so, please describe.** I'm trying to use `neli` to retrieve `qdisc` information similar to the `tc` binary, basically receive something similar to...
In [this context](https://gitlab.com/xen-project/xen-guest-agent/-/merge_requests/14) I'm trying to make sense of the netlink packets received from `neli`, to react on events such as addition and removal of IP addresses and network interfaces....
**Version of neli** 0.7.0-rc2 **Does the documentation specify that neil's behavior is correct?** No. **Does there appear to be a mistake in the netlink documentation based on the kernel code?**...
Add missing constants to Rtprot (`rtm_protocol`) and Rta (Routing message attributes) enums. Some of these new values are seen in wild so I added all the missing ones. This depends...
**Would adding this feature cause a breaking change?** No **Is your feature request related to a problem? Please describe.** Some attributes return fixed length byte arrays. (eg a mac address,...