From: pablo@netfilter.org
To: netfilter-devel@vger.kernel.org
Subject: [PATCH 0/3] ulogd2 supports nfacct infrastructure
Date: Wed, 22 Feb 2012 13:33:30 +0100 [thread overview]
Message-ID: <1329914013-2132-1-git-send-email-pablo@netfilter.org> (raw)
From: Pablo Neira Ayuso <pablo@netfilter.org>
Hi,
The upcoming kernel will contain the nfacct infrastructure:
http://lwn.net/Articles/473998/
This patchset contains the support for ulogd2. It also contains the
GPRINT output plugin, that is a generic output in comma-separated
key-value format.
I pushed the patches to git.netfilter.org, if you find any issue,
please send me follow-up patches and I'll apply them.
Thanks!
Pablo Neira Ayuso (3):
output: add GPRINT plugin
input: add nfacct plugin
src: add example use of GPRINT to ulogd.conf.in configuration file
configure.ac | 4 +
include/Makefile.am | 2 +-
include/linux/Makefile.am | 2 +
include/linux/netfilter/Makefile.am | 2 +
include/linux/netfilter/nfnetlink_acct.h | 36 ++++
input/Makefile.am | 2 +-
input/sum/Makefile.am | 8 +
input/sum/ulogd_inpflow_NFACCT.c | 265 +++++++++++++++++++++++++++++
output/Makefile.am | 5 +-
output/ulogd_output_GPRINT.c | 270 ++++++++++++++++++++++++++++++
ulogd.conf.in | 21 ++-
11 files changed, 611 insertions(+), 6 deletions(-)
create mode 100644 include/linux/Makefile.am
create mode 100644 include/linux/netfilter/Makefile.am
create mode 100644 include/linux/netfilter/nfnetlink_acct.h
create mode 100644 input/sum/Makefile.am
create mode 100644 input/sum/ulogd_inpflow_NFACCT.c
create mode 100644 output/ulogd_output_GPRINT.c
--
1.7.7.3
next reply other threads:[~2012-02-22 12:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-22 12:33 pablo [this message]
2012-02-22 12:33 ` [PATCH 1/3] output: add GPRINT plugin pablo
2012-02-22 12:33 ` [PATCH 2/3] input: add nfacct plugin pablo
2012-02-22 12:33 ` [PATCH 3/3] src: add example use of GPRINT to ulogd.conf.in configuration file pablo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1329914013-2132-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).