%general-entities; ]> $Date$ libnftnl-&libnftnl-version; libnftnl Introduction to libnftnl The libnftnl library provides a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem. &lfs91_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libnftnl-md5sum; Download size: &libnftnl-size; Estimated disk space required: &libnftnl-buildsize; Estimated build time: &libnftnl-time; libnftnl Dependencies Required User Notes: Kernel Configuration Enable the following options in the kernel configuration and recompile the kernel if necessary: [*] Networking support [CONFIG_NET] ---> Networking options ---> [*] Network packet filtering framework (Netfilter) [CONFIG_NETFILTER] ---> Core Netfilter Configuration ---> <*> Netfilter nf_tables support [CONFIG_NF_TABLES] Installation of libnftnl Install libnftnl by running the following commands: ./configure --prefix=/usr && make This package does not come with a test suite. Now, as the root user: make install && mv /usr/lib/libnftnl.so.* /lib && ln -sfv ../../lib/$(readlink /usr/lib/libnftnl.so) /usr/lib/libnftnl.so Command Explanations mv -v /usr/lib/libnftnl.so.* ...: Move shared libraries into /lib so they are available before /usr is mounted. Contents Installed Programs Installed Libraries Installed Directories None libnftnl.so None Short Descriptions libnftnl.so provides a netlink interface to the in-kernel nf_tables subsystem. libnftnl.so