Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194537
b: refs/heads/master
c: 7180f77
h: refs/heads/master
i:
  194535: 6d72136
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Apr 27, 2010
1 parent 08a1abf commit 3f8135a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1703b36c358dde24ececba4fd609ecd91433ba3
refs/heads/master: 7180f7751d5a1b6f1ef40285b5e928970cdd5306
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev)
skb_reset_mac_header(skb);
skb_pull(skb, ETH_HLEN);

if (dest[0] & 1) {
if (is_multicast_ether_addr(dest)) {
if (br_multicast_rcv(br, NULL, skb))
goto out;

Expand Down

0 comments on commit 3f8135a

Please sign in to comment.