bridge: Pseudo-header required for the checksum of ICMPv6
authorYan, Zheng <zheng.z.yan@intel.com>
Tue, 23 Aug 2011 22:54:33 +0000 (22:54 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Oct 2011 18:40:56 +0000 (11:40 -0700)
commit42270cd40ba8e0134cffd1c036a1aa3d844369a8
tree5f47eb081956ddc7288c71023686b3bc731790b3
parent23b576bfe4a6056afb6bca3cd1cb96581f4cb19d
bridge: Pseudo-header required for the checksum of ICMPv6

[ Upstream commit 4b275d7efa1c4412f0d572fcd7f78ed0919370b3 ]

Checksum of ICMPv6 is not properly computed because the pseudo header is not used.
Thus, the MLD packet gets dropped by the bridge.

Signed-off-by: Zheng Yan <zheng.z.yan@intel.com>
Reported-by: Ang Way Chuang <wcang@sfc.wide.ad.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/bridge/br_multicast.c