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 /ulogd.8 | |
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 'ulogd.8')
-rw-r--r-- | ulogd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ connection tracking, the Netfilter packet logging subsystem and from the Netfilter accounting subsystem. You have to enable support for connection tracking event delivery; ctnetlink and the NFLOG target in your Linux kernel 2.6.x or load their respective modules. The deprecated -ULOG target (which has been superseded by NFLOG) is also +ULOG target (which has been superseded by NFLOG) is no longer supported. .PP The received messages can be logged into files or into a mySQL, sqlite3 |