commit | b03664869aa6f84c3c98a06ac9d6905b195909bc | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Mon Dec 19 14:00:08 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 19 14:00:08 2005 -0800 |
tree | 222958ab671d7a0493f530bfe3243c119f7c01fe | |
parent | 6b80ebedbee87c5b2213fc3635bf0bd7450bce30 [diff] |
[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 <bdschuym@pandora.be> Signed-off-by: David S. Miller <davem@davemloft.net>