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 /README | |
| 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 'README')
| -rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ in the doc/ subdirectory. This packages is intended for doing all netfilter related logging inside a userspace process. This includes - - logging of ruleset violations via ipt_ULOG (kernel 2.4.18+) - logging of ruleset violations via nfnetlink_log (kernel 2.6.14+) - logging of connection startup/teardown (kernel 2.6.14+) - connection-based accounting (kernel 2.6.14+) |
