Example that communicates between userland program (Rust and C) and Linux kernel module (written in C) via Generic Netlink. A custom Netlink family is created and used for this IPC.
-
Updated
Dec 30, 2021 - C
Example that communicates between userland program (Rust and C) and Linux kernel module (written in C) via Generic Netlink. A custom Netlink family is created and used for this IPC.
Simple example of how to use libnl and libev to monitor kernel netlink events
Add a description, image, and links to the libnl topic page so that developers can more easily learn about it.
To associate your repository with the libnl topic, visit your repo's landing page and select "manage topics."