Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288226
b: refs/heads/master
c: 709e1b5
h: refs/heads/master
v: v3
  • Loading branch information
Joakim Tjernlund authored and David S. Miller committed Mar 5, 2012
1 parent fea78ff commit e6dbc3f
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: aaca735f4f188641c4786af8f20ed39fcce3809c
refs/heads/master: 709e1b5cd9e1915ad4f6c470ebf6b55d4a911d8c
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_stp.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static void br_record_config_information(struct net_bridge_port *p,
p->designated_cost = bpdu->root_path_cost;
p->designated_bridge = bpdu->bridge_id;
p->designated_port = bpdu->port_id;
p->designated_age = jiffies + bpdu->message_age;
p->designated_age = jiffies - bpdu->message_age;

mod_timer(&p->message_age_timer, jiffies
+ (p->br->max_age - bpdu->message_age));
Expand Down

0 comments on commit e6dbc3f

Please sign in to comment.