]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ulogd: remove libipulog
authorCorubba Smith <corubba@gmx.de>
Sat, 29 Mar 2025 11:08:55 +0000 (12:08 +0100)
committerFlorian Westphal <fw@strlen.de>
Sat, 29 Mar 2025 13:43:19 +0000 (14:43 +0100)
commit32233985f24df86c464426c7af5477b012935c46
tree35253e0efe682e42bd94ef7f52fbb759fe0bdd6c
parent2f49c9bb6a9e4b7ed26d8e487e372695031aa5f9
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>
Makefile.am
configure.ac
include/Makefile.am
include/libipulog/Makefile.am [deleted file]
include/libipulog/libipulog.h [deleted file]
include/linux/Makefile.am
include/linux/netfilter_ipv4/Makefile.am [deleted file]
include/linux/netfilter_ipv4/ipt_ULOG.h [deleted file]
libipulog/Makefile.am [deleted file]
libipulog/libipulog.c [deleted file]
libipulog/ulog_test.c [deleted file]