From: Christoph Paasch Date: Mon, 16 Mar 2009 14:52:11 +0000 (+0100) Subject: netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking X-Git-Tag: v2.6.29~3^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1238d5337e8e53cddea77c2a26d26b6eb5a982f;p=pandora-kernel.git netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking NEXTHDR_NONE doesn't has an IPv6 option header, so the first check for the length will always fail and results in a confusing message "too short" if debugging enabled. With this patch, we check for NEXTHDR_NONE before length sanity checkings are done. Signed-off-by: Christoph Paasch Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed