summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index c469366..16d3d1a 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -44,6 +44,9 @@ plugin="@libdir@/ulogd/ulogd_raw2packet_BASE.so"
# this is a stack for packet-based logging via LOGEMU
#stack=log1:NFLOG,base1:BASE,ifi1:IFINDEX,print1:PRINTPKT,emu1:LOGEMU
+# this is a stack for ULOG packet-based logging via LOGEMU
+#stack=ulog1:ULOG,base1:BASE,print1:PRINTPKT,emu1:LOGEMU
+
# this is a stack for flow-based logging via LOGEMU
#stack=ct1:NFCT,print1:PRINTFLOW,emu1:LOGEMU
@@ -56,6 +59,9 @@ plugin="@libdir@/ulogd/ulogd_raw2packet_BASE.so"
# netlink multicast group (the same as the iptables --ulog-nlgroup param)
group=0
+[ulog1]
+nlgroup=1
+
[emu1]
file="/var/log/ulogd_syslogemu.log"
sync=1