summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorCorubba Smith <corubba@gmx.de>2025-03-29 12:07:06 +0100
committerFlorian Westphal <fw@strlen.de>2025-03-29 14:43:13 +0100
commit2f49c9bb6a9e4b7ed26d8e487e372695031aa5f9 (patch)
tree187e6e8999db69e243d9d525e31ebb1cf689cf1f /ulogd.conf.in
parent3461d6da787a349c868d1dca896cc2c1207a6cd8 (diff)
ulog: remove input plugin
The ULOG target was removed from the linux kernel with 7200135bc1e6 ("netfilter: kill ulog targets") aka v3.17, so remove the input plugin for it. It's successor NFLOG should be used instead, which has its own input plugin. Signed-off-by: Corubba Smith <corubba@gmx.de> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 9a04bf7..6e0b7c7 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -26,7 +26,6 @@ logfile="/var/log/ulogd.log"
# 2. options for each plugin in seperate section below
#plugin="@pkglibdir@/ulogd_inppkt_NFLOG.so"
-#plugin="@pkglibdir@/ulogd_inppkt_ULOG.so"
#plugin="@pkglibdir@/ulogd_inppkt_UNIXSOCK.so"
#plugin="@pkglibdir@/ulogd_inpflow_NFCT.so"
#plugin="@pkglibdir@/ulogd_filter_IFINDEX.so"
@@ -58,9 +57,6 @@ logfile="/var/log/ulogd.log"
# this is a stack for packet-based logging via LOGEMU
#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
-# this is a stack for ULOG packet-based logging via LOGEMU
-#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,base1:BASE,mark1:MARK,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
@@ -175,11 +171,6 @@ numeric_label=1 # you can label the log info based on the packet verdict
#netlink_socket_buffer_maxsize=1085440
#bind=1
-[ulog1]
-# netlink multicast group (the same as the iptables --ulog-nlgroup param)
-nlgroup=1
-#numeric_label=0 # optional argument
-
[nuauth1]
socket_path="/tmp/nuauth_ulogd2.sock"