summaryrefslogtreecommitdiffstats
path: root/libraries/libmnl/README
blob: 587139d538a45448c75744f84065736da0376416 (plain)
1
2
3
4
5
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.