From 34b4af44bd931b7fa46804faf1f60b53dafa1b73 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 22 Jun 2012 16:55:41 +0200 Subject: output: XML: support for NFACCT input plugin This patch extends XML plugin to support NFACCT. You can use the following line in ulogd.conf to test it: stack=acct1:NFACCT,xml1:XML Signed-off-by: Pablo Neira Ayuso --- output/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'output/Makefile.am') diff --git a/output/Makefile.am b/output/Makefile.am index db05d0b..630aee6 100644 --- a/output/Makefile.am +++ b/output/Makefile.am @@ -25,5 +25,6 @@ ulogd_output_NACCT_la_LDFLAGS = -avoid-version -module ulogd_output_XML_la_SOURCES = ulogd_output_XML.c ulogd_output_XML_la_LIBADD = ${LIBNETFILTER_LOG_LIBS} \ - ${LIBNETFILTER_CONNTRACK_LIBS} + ${LIBNETFILTER_CONNTRACK_LIBS} \ + ${LIBNETFILTER_ACCT_LIBS} ulogd_output_XML_la_LDFLAGS = -avoid-version -module -- cgit v1.2.3