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)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Aug 2011 00:49:00 +0000 (17:49 -0700)
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>
net/bridge/br_multicast.c

Simple merge