# libnl3 **Repository Path**: xielhxie/libnl3 ## Basic Information - **Project Name**: libnl3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2020-12-29 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libnl3 ### Summary The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces. Netlink is a IPC mechanism primarly between the kernel and user space processes. It was designed to be a more flexible successor to ioctl to provide mainly networking related kernel configuration and monitoring interfaces. ### Libraries The interfaces are split into several small libraries to not force applications to link against a single, bloated library. - ### libnl Core library implementing the fundamentals required to use the netlink protocol such as socket handling, message construction and parsing, and sending and receiving of data. This library is kept small and minimalistic. Other libraries of the suite depend on this library. - ### libnl-route API to the configuration interfaces of the NETLINK_ROUTE family including network interfaces, routes, addresses, neighbours, and traffic control. - ### libnl-genl API to the generic netlink protocol, an extended version of the netlink protocol. - ### libnl-nf API to netlink based netfilter configuration and monitoring interfaces (conntrack, log, queue) ### Installation The easiest method of installing the libnl library suite is to use the existing packages of your linux distribution. Refer to the manual of your distribution for more information on how to install packages. ![libnl3架构图](https://images.gitee.com/uploads/images/2021/0105/143630_02ed284e_5604895.png "libnl.png")