Home
last modified time | relevance | path

Searched hist:"9 cc6e0c4c457f84bedcfb04e7dd58a36909c4ef7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_multicast.cdiff 9cc6e0c4c457f84bedcfb04e7dd58a36909c4ef7 Tue Feb 15 07:19:17 CST 2011 Linus Lüssing <linus.luessing@web.de> bridge: Fix IPv6 multicast snooping by storing correct protocol type

The protocol type for IPv6 entries in the hash table for multicast
bridge snooping is falsely set to ETH_P_IP, marking it as an IPv4
address, instead of setting it to ETH_P_IPV6, which results in negative
look-ups in the hash table later.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>