ofproto: Disable STP when unregistering a port.
authorJustin Pettit <jpettit@nicira.com>
Tue, 15 Nov 2011 09:33:08 +0000 (01:33 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 15 Nov 2011 18:16:01 +0000 (10:16 -0800)
commitb308140aa09d330a56c6cd971327a2d283db8a77
tree3f81994150f01c0734d19fc87eda4b6c9cae5fd8
parentba25773f1c35e26c4572f2b1d0064f41c200c32c
ofproto: Disable STP when unregistering a port.

If a port is removed when spanning tree was configured on it, then the
system may crash, since the STP library will try to send packets out a
now non-existent port.  This commit disables STP on ports when they are
destroyed.
ofproto/ofproto-dpif.c
ofproto/ofproto.c