diff options
author | Corubba Smith <corubba@gmx.de> | 2025-03-29 12:08:55 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2025-03-29 14:43:19 +0100 |
commit | 32233985f24df86c464426c7af5477b012935c46 (patch) | |
tree | 35253e0efe682e42bd94ef7f52fbb759fe0bdd6c /libipulog/Makefile.am | |
parent | 2f49c9bb6a9e4b7ed26d8e487e372695031aa5f9 (diff) |
ulogd: remove libipulog
The ULOG target was removed from linux kernel with 7200135bc1e6
("netfilter: kill ulog targets") aka v3.17, so remove the userspace
library for it. libnetfilter_log provides the same functionality for
NFLOG, and also a compatibility layer to use NFLOG through the libipulog
api.
Signed-off-by: Corubba Smith <corubba@gmx.de>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'libipulog/Makefile.am')
-rw-r--r-- | libipulog/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libipulog/Makefile.am b/libipulog/Makefile.am deleted file mode 100644 index 708975a..0000000 --- a/libipulog/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Make_global.am - -noinst_LTLIBRARIES = libipulog.la - -libipulog_la_SOURCES = libipulog.c |