From: Bart De Schuymer Date: Mon, 19 Dec 2005 22:00:08 +0000 (-0800) Subject: [BRIDGE-NF]: Fix bridge-nf ipv6 length check X-Git-Tag: v2.6.15-rc7~16^2~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b03664869aa6f84c3c98a06ac9d6905b195909bc;p=pandora-kernel.git [BRIDGE-NF]: Fix bridge-nf ipv6 length check A typo caused some bridged IPv6 packets to get dropped randomly, as reported by Sebastien Chaumontet. The patch below fixes this (using skb->nh.raw instead of raw) and also makes the jumbo packet length checking up-to-date with the code in net/ipv6/exthdrs.c::ipv6_hop_jumbo. Signed-off-by: Bart De Schuymer Signed-off-by: David S. Miller --- Reading git-diff-tree failed