Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275077
b: refs/heads/master
c: 729e72a
h: refs/heads/master
i:
  275075: 2327e27
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Nov 4, 2011
1 parent 294aaf2 commit b685f01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ae7fa06bb90421bc63f1f1e56ab241b49bc7b91
refs/heads/master: 729e72a10930ef765c11a5a35031ba47f18221c4
7 changes: 7 additions & 0 deletions trunk/drivers/net/macvlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@ static rx_handler_result_t macvlan_handle_frame(struct sk_buff **pskb)
*/
macvlan_broadcast(skb, port, src->dev,
MACVLAN_MODE_VEPA);
else {
/* forward to original port. */
vlan = src;
ret = macvlan_broadcast_one(skb, vlan, eth, 0);
goto out;
}

return RX_HANDLER_PASS;
}

Expand Down

0 comments on commit b685f01

Please sign in to comment.