aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2006-11-26 20:33:29 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2006-11-26 20:33:29 +0000
commitebd4a4ba140049f971435dc6deb97e47640294f6 (patch)
tree6be1a184175f29a54d18efdf785064e242f96e9a /sys/net
parent00603ea26806993f80229e22ca4fd3398de6cfe8 (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bridgestp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index 7430498a313c..eff97dac6517 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -2125,6 +2125,7 @@ bstp_create(struct bstp_state *bs, struct bstp_port *bp, struct ifnet *ifp)
TASK_INIT(&bp->bp_rtagetask, 0, bstp_notify_rtage, bp);
/* Init state */
+ bp->bp_infois = BSTP_INFO_DISABLED;
bp->bp_flags = BSTP_PORT_AUTOEDGE;
bstp_set_port_state(bp, BSTP_IFSTATE_DISCARDING);
bstp_set_port_proto(bp, bs->bs_protover);