About
Coreteam History License Thanks PGP key Projects iptables nftables libnftnl libnfnetlink libnetfilter_acct libnetfilter_log libnetfilter_queue libnetfilter_conntrack libnetfilter_cttimeout libnetfilter_cthelper conntrack-tools libmnl Downloads nfacct ipset ulogd xtables-addons News iptables 1.8.7 released nftables 0.9.8 released libnftnl 1.1.9 released iptables 1.8.6 released nftables 0.9.7 released libnftnl 1.1.8 released new coreteam PGP key nftables 0.9.6 released libnetfilter_queue 1.0.5 released nftables 0.9.5 released libnftnl 1.1.7 released libnetfilter_queue 1.0.4 released iptables 1.8.5 released conntrack-tools 1.4.6 released libnetfilter_conntrack 1.0.8 released nftables 0.9.4 released libnftnl 1.1.6 released Documentation Mailing Lists List Rules netfilter-announce list netfilter list netfilter-devel list Contact Licensing GPL licensing terms GPL compliance FAQ Supporting netfilter |
The netfilter.org "libmnl" projectlibmnl 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. You can check the library documentation generated in doxygen format.
The current development version of libmnl can be accessed at https://git.netfilter.org/libmnl/. libmnl was mostly written by the Pablo Neira Ayuso with contributions from Jozsef Kadlecsik and Jan Engelhardt. |