From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html