From b0d03dc6762ca9c289bdf92172c0163edff489a4 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 17 Feb 2009 21:11:57 +0100 Subject: nflog: replace nfnl_talk by nfnl_query and disable sequence tracking This patch replaces the nfnl_talk() calls by the newer nfnl_query(). This patch also disables netlink sequence tracking by default. Spurious race conditions in the sequence tracking may occur while binding to queues and high load of log messages at the same time. Reported-by: Anton Vazir Signed-off-by: Pablo Neira Ayuso --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0ef526d..cdb5000 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ case $target in esac dnl Dependencies -LIBNFNETLINK_REQUIRED=0.0.39 +LIBNFNETLINK_REQUIRED=0.0.41 PKG_CHECK_MODULES(LIBNFNETLINK, libnfnetlink >= $LIBNFNETLINK_REQUIRED,, AC_MSG_ERROR(Cannot find libnfnetlink >= $LIBNFNETLINK_REQUIRED)) -- cgit v1.2.3