macvlan: Forward unicast frames in bridge mode to lowerdev
authorDavid Ward <david.ward@ll.mit.edu>
Thu, 19 May 2011 02:53:20 +0000 (02:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2011 01:01:18 +0000 (21:01 -0400)
Unicast frames between macvlan interfaces in bridge mode are not otherwise
sent to network taps on the lowerdev (as all other macvlan frames are), so
forward the frames to the receive queue of the lowerdev first.

Signed-off-by: David Ward <david.ward@ll.mit.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found