Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247965
b: refs/heads/master
c: bb8ed63
h: refs/heads/master
i:
  247963: 0774a46
v: v3
  • Loading branch information
Amerigo Wang authored and David S. Miller committed May 23, 2011
1 parent 3e241a6 commit 00b8569
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8d8fc29d02a33e4bd5f4fa47823c1fd386346093
refs/heads/master: bb8ed6302b0613339c1a5f0a2cb0b3807c0af611
2 changes: 2 additions & 0 deletions trunk/net/bridge/br_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ int br_add_if(struct net_bridge *br, struct net_device *dev)
if (IS_ERR(p))
return PTR_ERR(p);

call_netdevice_notifiers(NETDEV_JOIN, dev);

err = dev_set_promiscuity(dev, 1);
if (err)
goto put_back;
Expand Down

0 comments on commit 00b8569

Please sign in to comment.