Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145133
b: refs/heads/master
c: 4f0611a
h: refs/heads/master
i:
  145131: 5f55e2b
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed May 18, 2009
1 parent 3a389d3 commit 829f5dc
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: a598f6aebea2481531b0757ed90cfb0d8cf1d8f5
refs/heads/master: 4f0611af47e25807cf18cd2b4d4e94206c75b29e
3 changes: 3 additions & 0 deletions trunk/net/bridge/br_stp.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ void br_topology_change_detection(struct net_bridge *br)
{
int isroot = br_is_root_bridge(br);

if (br->stp_enabled != BR_KERNEL_STP)
return;

pr_info("%s: topology change detected, %s\n", br->dev->name,
isroot ? "propagating" : "sending tcn bpdu");

Expand Down

0 comments on commit 829f5dc

Please sign in to comment.