summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCorubba Smith <corubba@gmx.de>2025-03-29 12:08:55 +0100
committerFlorian Westphal <fw@strlen.de>2025-03-29 14:43:19 +0100
commit32233985f24df86c464426c7af5477b012935c46 (patch)
tree35253e0efe682e42bd94ef7f52fbb759fe0bdd6c /configure.ac
parent2f49c9bb6a9e4b7ed26d8e487e372695031aa5f9 (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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index dca8a2a..c4a84f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,16 +246,13 @@ AC_CONFIG_FILES([Makefile
filter/Makefile
filter/raw2packet/Makefile
include/Makefile
- include/libipulog/Makefile
include/linux/Makefile
include/linux/netfilter/Makefile
- include/linux/netfilter_ipv4/Makefile
include/ulogd/Makefile
input/Makefile
input/flow/Makefile
input/packet/Makefile
input/sum/Makefile
- libipulog/Makefile
output/Makefile
output/dbi/Makefile
output/ipfix/Makefile