Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrout…
…ers_only. Even with commit 32dec5d ("bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping."), BR_INPUT_SKB_CB(skb)->mrouters_only is not appropriately initialized if IGMP/MLD snooping support is compiled and disabled, so we can see garbage. Signed-off-by: YOSHIFUJI Hideaki <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information