No description
  • Shell 76.6%
  • Makefile 11.8%
  • C 11.5%
Find a file
2023-01-11 17:21:27 +01:00
build-aux Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
include fix compilation 2023-01-11 17:21:27 +01:00
m4 Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
src Add support for passing pre-bound file descriptor 2017-04-20 10:14:21 -07:00
utils Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
aclocal.m4 Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
Android.bp fix compilation 2023-01-11 17:21:27 +01:00
config.guess Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
config.sub Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
configure Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
configure.ac Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
COPYING Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
depcomp Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
install-sh Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
libnfnetlink.pc.in Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
ltmain.sh Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
Make_global.am Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
Makefile.am Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
Makefile.in Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
METADATA Add METADATA to libnfnetlink: GPL+LGPL=RESTRICTED 2020-04-28 09:29:01 -07:00
missing Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00
MODULE_LICENSE_GPL Add metadata 2017-12-13 15:33:15 -08:00
NOTICE Add metadata 2017-12-13 15:33:15 -08:00
README Adding libnfnetlink to the tree. 2017-02-09 16:28:34 +00:00

libnfnetlink - userspace library for handling of netfilter netlink messages
(C) 2001-2005 Netfilter Core Team <coreteam@netfilter.org>
===========================================================================

What is nfnetlink?

nfnetlink is a netlink(7) based kernel/userspace transport layer.  It
provides a unified kernel/userspace interface for the various netfilter
subsystems, such as connection tracking, logging and queueing.  


What is libnfnetlink?

libnfnetlink is a userspace library that provides some low-level
nfnetlink handling functions.  It is used as a foundation for other, netfilter
subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log
and libnfnetlink_queue.


Prerequirements for libnfnetlink

You will need kernel headers from a kernel that has nfnetlink support.  The
first official kernel release to include nfnetlink support is 2.6.14.  
You can specify the location of your kernel sources using the "--with-kernel="
configure option.


Where can I find documentation?

At the moment, you will have to RTFS.  Sorry, but we have barely enough
manpower to keep development ongoing.  If you want to conribute documentation,
please contact us.


It has bugs.  Where do I report them?

Please report all libnfnetlink bugs to https://bugzilla.netfilter.org/, using
the "libnfnetlink" Product.


License

This library is released under GPLv2+.


Where do I get support?

The netfilter@lists.netfilter.org and netfilter-devel@lists.netfilter.org
mailinglists server as support forum.