nfq: replace nfnl_talk by nfnl_query and disable sequence tracking
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 17 Feb 2009 19:47:21 +0000 (20:47 +0100)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:05 +0000 (14:12 +0100)
commit62760080c6043c67b9ca829312c9b71416a1e8bb
treef75ad5bdf1b1a20031f359b3765719df99a62ad8
parenta5e3c806186f476ae36d91f4d09ea06a60db4160
nfq: 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
creating queues and receiving high load of packets at the same time.

Reported-by: Anton Vazir <anton.vazir@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.in
src/libnetfilter_queue.c