You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 5629dff5f1 PL280 release code 4 years ago
..
build-aux PL280 release code 4 years ago
include PL280 release code 4 years ago
m4 PL280 release code 4 years ago
src PL280 release code 4 years ago
utils PL280 release code 4 years ago
Android.bp PL280 release code 4 years ago
COPYING PL280 release code 4 years ago
MODULE_LICENSE_GPL PL280 release code 4 years ago
Make_global.am PL280 release code 4 years ago
Makefile.am PL280 release code 4 years ago
Makefile.in PL280 release code 4 years ago
NOTICE PL280 release code 4 years ago
README PL280 release code 4 years ago
aclocal.m4 PL280 release code 4 years ago
config.guess PL280 release code 4 years ago
config.sub PL280 release code 4 years ago
configure PL280 release code 4 years ago
configure.ac PL280 release code 4 years ago
depcomp PL280 release code 4 years ago
install-sh PL280 release code 4 years ago
libnfnetlink.pc.in PL280 release code 4 years ago
ltmain.sh PL280 release code 4 years ago
missing PL280 release code 4 years ago

README

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.