Set topology change propagation on all ports _except_ the caller.

This commit is contained in:
Andrew Thompson 2007-01-18 07:13:01 +00:00
parent 5a09873361
commit 98b81793ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166083

View File

@ -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;
}
}