diff options
author | Corubba Smith <corubba@gmx.de> | 2025-03-29 12:07:06 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2025-03-29 14:43:13 +0100 |
commit | 2f49c9bb6a9e4b7ed26d8e487e372695031aa5f9 (patch) | |
tree | 187e6e8999db69e243d9d525e31ebb1cf689cf1f /include/ulogd | |
parent | 3461d6da787a349c868d1dca896cc2c1207a6cd8 (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 'include/ulogd')
-rw-r--r-- | include/ulogd/ulogd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h index 088d85d..5eafb21 100644 --- a/include/ulogd/ulogd.h +++ b/include/ulogd/ulogd.h @@ -2,8 +2,7 @@ #define _ULOGD_H /* ulogd * - * userspace logging daemon for netfilter ULOG target - * of the linux 2.4/2.6 netfilter subsystem. + * Userspace logging daemon for netfilter/iptables * * (C) 2000-2005 by Harald Welte <laforge@gnumonks.org> * |