netfilter/iptables project homepage - The netfilter.org "libmnl" project (original) (raw)

What is libmnl?

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 allows you to re-use code and to avoid re-inventing the wheel.

License

This library is released under LGPLv2.1+.

Documentation

You can check the library documentation generated in doxygen format.

Main Features

Authors

libmnl was mostly written by the Pablo Neira Ayuso with contributions from Jozsef Kadlecsik and Jan Engelhardt.