Blame README

Packit b05d98
libnfnetlink - userspace library for handling of netfilter netlink messages
Packit b05d98
(C) 2001-2005 Netfilter Core Team <coreteam@netfilter.org>
Packit b05d98
===========================================================================
Packit b05d98
Packit b05d98
What is nfnetlink?
Packit b05d98
Packit b05d98
nfnetlink is a netlink(7) based kernel/userspace transport layer.  It
Packit b05d98
provides a unified kernel/userspace interface for the various netfilter
Packit b05d98
subsystems, such as connection tracking, logging and queueing.  
Packit b05d98
Packit b05d98
Packit b05d98
What is libnfnetlink?
Packit b05d98
Packit b05d98
libnfnetlink is a userspace library that provides some low-level
Packit b05d98
nfnetlink handling functions.  It is used as a foundation for other, netfilter
Packit b05d98
subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log
Packit b05d98
and libnfnetlink_queue.
Packit b05d98
Packit b05d98
Packit b05d98
Prerequirements for libnfnetlink
Packit b05d98
Packit b05d98
You will need kernel headers from a kernel that has nfnetlink support.  The
Packit b05d98
first official kernel release to include nfnetlink support is 2.6.14.  
Packit b05d98
You can specify the location of your kernel sources using the "--with-kernel="
Packit b05d98
configure option.
Packit b05d98
Packit b05d98
Packit b05d98
Where can I find documentation?
Packit b05d98
Packit b05d98
At the moment, you will have to RTFS.  Sorry, but we have barely enough
Packit b05d98
manpower to keep development ongoing.  If you want to conribute documentation,
Packit b05d98
please contact us.
Packit b05d98
Packit b05d98
Packit b05d98
It has bugs.  Where do I report them?
Packit b05d98
Packit b05d98
Please report all libnfnetlink bugs to https://bugzilla.netfilter.org/, using
Packit b05d98
the "libnfnetlink" Product.
Packit b05d98
Packit b05d98
Packit b05d98
License
Packit b05d98
Packit b05d98
This library is released under GPLv2+.
Packit b05d98
Packit b05d98
Packit b05d98
Where do I get support?
Packit b05d98
Packit b05d98
The netfilter@lists.netfilter.org and netfilter-devel@lists.netfilter.org
Packit b05d98
mailinglists server as support forum.
Packit b05d98