Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73524
b: refs/heads/master
c: d932e04
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Nov 11, 2007
1 parent 6fcb5a1 commit 8b97fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 358352b8b83c67ecf75f6d7bc3e2d64bf0cf506a
refs/heads/master: d932e04a5e7b146c5f9bf517714b986a432a7594
4 changes: 4 additions & 0 deletions trunk/net/8021q/vlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,10 @@ static int vlan_device_event(struct notifier_block *unused, unsigned long event,
if (!vlandev)
continue;

flgs = vlandev->flags;
if (!(flgs & IFF_UP))
continue;

vlan_sync_address(dev, vlandev);
}
break;
Expand Down

0 comments on commit 8b97fc9

Please sign in to comment.