From 753c5b5d02612de088a8f5b4b1c29951d05c86a5 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 21 Mar 2017 22:08:58 +0100 Subject: ulogd.conf: fix incorrect stack The stack was not correctly defined triggering an error on type conflict. Signed-off-by: Eric Leblond --- ulogd.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulogd.conf.in b/ulogd.conf.in index 2fcf39a..a987d64 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -61,7 +61,7 @@ plugin="@pkglibdir@/ulogd_output_GRAPHITE.so" #stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU # this is a stack for packet-based logging via LOGEMU with filtering on MARK -#stack=log2:NFLOG,mark1:MARK,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU +#stack=log2:NFLOG,base1:BASE,mark1:MARK,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU # this is a stack for packet-based logging via GPRINT #stack=log1:NFLOG,gp1:GPRINT -- cgit v1.2.3