summaryrefslogtreecommitdiffstats
path: root/sys/net/bridgestp.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-01-18 07:13:01 +0000
committerthompsa <thompsa@FreeBSD.org>2007-01-18 07:13:01 +0000
commitd02694d6623fa6ff7d0e659738795e6da63881a7 (patch)
tree7fc71978940e3dc6bb5ccf02eda171a5002f1e48 /sys/net/bridgestp.c
parentabfdc2d6f3847edc71bf264145f299b2a0e7a3f2 (diff)
downloadFreeBSD-src-d02694d6623fa6ff7d0e659738795e6da63881a7.zip
FreeBSD-src-d02694d6623fa6ff7d0e659738795e6da63881a7.tar.gz
Set topology change propagation on all ports _except_ the caller.
Diffstat (limited to 'sys/net/bridgestp.c')
-rw-r--r--sys/net/bridgestp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index 87b9574..c00a82b 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -1178,7 +1178,7 @@ bstp_set_other_tcprop(struct bstp_port *bp)
LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) {
if (bp2 == bp)
continue;
- bp->bp_tc_prop = 1;
+ bp2->bp_tc_prop = 1;
}
}
OpenPOWER on IntegriCloud