From: Vlad Yasevich Date: Mon, 28 Oct 2013 19:45:07 +0000 (-0400) Subject: bridge: pass correct vlan id to multicast code X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~67^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06499098a02b9ed906a7b6060f2c60fb813918d4;p=pandora-kernel.git bridge: pass correct vlan id to multicast code Currently multicast code attempts to extrace the vlan id from the skb even when vlan filtering is disabled. This can lead to mdb entries being created with the wrong vlan id. Pass the already extracted vlan id to the multicast filtering code to make the correct id is used in creation as well as lookup. Signed-off-by: Vlad Yasevich Acked-by: Toshiaki Makita Signed-off-by: David S. Miller --- Reading git-diff-tree failed