]> Git Repo - linux.git/commit
[BRIDGE-NF]: Fix bridge-nf ipv6 length check
authorBart De Schuymer <[email protected]>
Mon, 19 Dec 2005 22:00:08 +0000 (14:00 -0800)
committerDavid S. Miller <[email protected]>
Mon, 19 Dec 2005 22:00:08 +0000 (14:00 -0800)
commitb03664869aa6f84c3c98a06ac9d6905b195909bc
tree222958ab671d7a0493f530bfe3243c119f7c01fe
parent6b80ebedbee87c5b2213fc3635bf0bd7450bce30
[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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/bridge/br_netfilter.c
This page took 0.051554 seconds and 4 git commands to generate.