summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2017-03-21 22:08:58 +0100
committerEric Leblond <eric@regit.org>2017-03-21 22:08:58 +0100
commit753c5b5d02612de088a8f5b4b1c29951d05c86a5 (patch)
tree89298a4daa8a249f7bb6ad70a58a7ba339692708
parente0c75c9d20b76ff3d496a776ce43341c752914c3 (diff)
ulogd.conf: fix incorrect stack
The stack was not correctly defined triggering an error on type conflict. Signed-off-by: Eric Leblond <eric@regit.org>
-rw-r--r--ulogd.conf.in2
1 files changed, 1 insertions, 1 deletions
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