summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@debian.org>2018-07-02 15:08:25 +0100
committerChris Boot <bootc@debian.org>2018-07-02 15:08:25 +0100
commite1c0bf55d88fd02a415c03a642f91d0c88bd9fbe (patch)
tree1c74aa8472f820087b4c6ab92f095efd38b88443
parent7ba371774e6b529d25521ad3492e6e350b3cd7b7 (diff)
Enable NFLOG => LOGEMU stack by default
The simplest and likely most common usage scenario is to log packets to a logfile using NFLOG, bypassing the kernel ringbuffer. Enable this by default. Forwarded: not-needed Last-Update: 2013-04-27 Gbp-Pq: Name enable-nflog-by-default.patch
-rw-r--r--ulogd.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index c05c830..6b7994b 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -53,7 +53,7 @@ loglevel=3
#plugin="@pkglibdir@/ulogd_output_JSON.so"
# this is a stack for logging packet send by system via LOGEMU
-#stack=log1:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+stack=log1:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
# this is a stack for packet-based logging via LOGEMU
#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU