Description
Minimal netlink access helps Linux networking tools talk to the kernel without a large abstraction layer. It is useful for programs that inspect or change routes, links, addresses, and other kernel networking state.
This is a low-level developer library, not a network settings app. Software using it can affect connectivity, so administrative tools should validate requests and permissions carefully.