commit | a37dd3332319260cce81ac91ce25fcc3a31de997 | [log] [tgz] |
---|---|---|
author | David Ward <david.ward@ll.mit.edu> | Thu May 19 02:53:20 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun May 22 21:01:18 2011 -0400 |
tree | 719091eb50b56bb19115383c1bc295133068caa2 | |
parent | 67f11f4deda0818640decb19a28c537dbe5d429e [diff] |
macvlan: Forward unicast frames in bridge mode to lowerdev 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>