From: Patrick McHardy Date: Wed, 29 Nov 2006 01:35:38 +0000 (+0100) Subject: [NETFILTER]: x_tables: add NFLOG target X-Git-Tag: v2.6.20-rc1~34^2~40^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf7b1e11282127e068d149825cccec002091d61;p=pandora-kernel.git [NETFILTER]: x_tables: add NFLOG target Add new NFLOG target to allow use of nfnetlink_log for both IPv4 and IPv6. Currently we have two (unsupported by userspace) hacks in the LOG and ULOG targets to optionally call to the nflog API. They lack a few features, namely the IPv4 and IPv6 LOG targets can not specify a number of arguments related to nfnetlink_log, while the ULOG target is only available for IPv4. Remove those hacks and add a clean way to use nfnetlink_log. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed