From: Christoph Paasch Date: Mon, 16 Mar 2009 14:51:29 +0000 (+0100) Subject: netfilter: conntrack: fix dropping packet after l4proto->packet() X-Git-Tag: v2.6.29~3^2~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8d540969da9a70790e9028d57b5b577dd7aa77;p=pandora-kernel.git netfilter: conntrack: fix dropping packet after l4proto->packet() We currently use the negative value in the conntrack code to encode the packet verdict in the error. As NF_DROP is equal to 0, inverting NF_DROP makes no sense and, as a result, no packets are ever dropped. Signed-off-by: Christoph Paasch Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed