1
0
Fork 0
mirror of git://git.netfilter.org/libnfnetlink synced 2025-12-05 22:47:02 +00:00
No description
Find a file
Phil Sutter 5fec6281b6 Makefile: Create LZMA-compressed dist-files
Use a more modern alternative to bzip2.

Suggested-by: Jan Engelhardt <jengelh@inai.de>
Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-12-09 02:18:02 +01:00
include include: Silence gcc warning in linux_list.h 2022-03-29 23:33:17 +02:00
m4 Add .gitignore files 2010-10-30 23:45:17 +02:00
src build: add nfnl.version to sources 2022-04-05 13:25:53 +02:00
utils utils: iftest: relax check of nlif_name2index 2012-08-13 11:43:08 +02:00
.gitignore build: use AC_CONFIG_AUX_DIR and stash away tools 2011-12-17 03:50:48 +01:00
autogen.sh autogen: don't convert __u16 to u_int16_t 2015-05-29 00:48:39 +02:00
configure.ac Makefile: Create LZMA-compressed dist-files 2022-12-09 02:18:02 +01:00
COPYING src: add COPYING file that include licensing terms 2010-02-26 12:31:05 +01:00
doxygen.cfg.in Minimally resurrect doxygen documentation 2019-11-04 18:24:44 +01:00
libnfnetlink.pc.in pkg-config enable all netfilter libraries 2006-02-09 16:57:31 +00:00
Make_global.am libnfnetlink: hide private symbols 2018-05-11 23:03:13 +02:00
Makefile.am build: remove statements without effect 2010-10-30 23:45:16 +02:00
README license: upgrade to GPLv2+ 2010-11-07 20:47:32 +01: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.