]> www.infradead.org Git - users/jedix/linux-maple.git/commit
macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode
authorDavid Ward <david.ward@ll.mit.edu>
Sun, 18 Sep 2011 12:53:20 +0000 (12:53 +0000)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:18:01 +0000 (11:18 -0800)
commit50df6c22a2f18c32d4a932687e7d14783dbdaa53
tree2376276b1310633cf17c3397a7ac93eaff5b71bd
parentb3d28674d92e7003b989f17ae00db13b07ed0032
macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode

[ Upstream commit cb2d0f3e968bff7c6d262aca3e3ab8d4184e69b2 ]

Packets should always be forwarded to the lowerdev using dev_forward_skb.
vlan->forward is for packets being forwarded directly to another macvlan/
macvtap device (used for multicast in bridge mode).

Reported-and-tested-by: Shlomo Pongratz <shlomop@mellanox.com>
Signed-off-by: David Ward <david.ward@ll.mit.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/macvlan.c