mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ea519288fe
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
336 B
Text
5 lines
336 B
Text
libmnl is a minimalistic user-space library oriented to Netlink
|
|
developers. There are a lot of common tasks in parsing, validating,
|
|
constructing of both the Netlink header and TLVs that are repetitive
|
|
and easy to get wrong. This library aims to provide simple helpers
|
|
that allow you to re-use code and to avoid re-inventing the wheel.
|