Searched hist:"649 e984d00416cb1a254fdbebd6d3f9fa01c32fa" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff 649e984d00416cb1a254fdbebd6d3f9fa01c32fa Tue Feb 15 07:19:18 CST 2011 Linus Lüssing <linus.luessing@web.de> bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report
We actually want a pointer to the grec_nsrcr and not the following field. Otherwise we can get very high values for *nsrcs as the first two bytes of the IPv6 multicast address are being used instead, leading to a failing pskb_may_pull() which results in MLDv2 reports not being parsed.
Signed-off-by: Linus Lüssing <linus.luessing@web.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|