Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352379
b: refs/heads/master
c: d527043
h: refs/heads/master
i:
  352377: 7956c3c
  352375: 681a9eb
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 8, 2013
1 parent c684fe0 commit 103fb28
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6a98dcf032106eceb6827e0a7cc667250683f762
refs/heads/master: d527043040740f41192dfd71793f905a998ee4f6
3 changes: 3 additions & 0 deletions trunk/drivers/net/macvlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ static void macvlan_set_mac_lists(struct net_device *dev)
netdev_for_each_mc_addr(ha, dev) {
__set_bit(mc_hash(ha->addr), filter);
}

__set_bit(mc_hash(dev->broadcast), filter);

bitmap_copy(vlan->mc_filter, filter, MACVLAN_MC_FILTER_SZ);
}
dev_uc_sync(vlan->lowerdev, dev);
Expand Down

0 comments on commit 103fb28

Please sign in to comment.