netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ulogd2 supports nfacct infrastructure
@ 2012-02-22 12:33 pablo
  2012-02-22 12:33 ` [PATCH 1/3] output: add GPRINT plugin pablo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pablo @ 2012-02-22 12:33 UTC (permalink / raw)
  To: netfilter-devel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-22 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 12:33 [PATCH 0/3] ulogd2 supports nfacct infrastructure pablo
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

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).