From: Christoph Paasch Date: Tue, 5 May 2009 13:32:16 +0000 (+0200) Subject: netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONE X-Git-Tag: linux-omap-v2.6.30-rc6~48^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98b4947cb79d670fceca0e951c092eea93e9baa;p=pandora-kernel.git netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONE As packets ending with NEXTHDR_NONE don't have a last extension header, the check for the length needs to be after the check for NEXTHDR_NONE. Signed-off-by: Christoph Paasch Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed