ofproto-dpif: Actually disable STP on port when disabling STP on port.
authorJustin Pettit <jpettit@nicira.com>
Wed, 9 Nov 2011 01:31:04 +0000 (17:31 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 9 Nov 2011 01:31:04 +0000 (17:31 -0800)
commitecd12731be2b5a6aa72fba9b987b1e880e5e5ea7
tree313650eaba0c790313a25d94cc48533b309d68a8
parent143af30e2d940ad78412a287de1f3ac15ab4a1aa
ofproto-dpif: Actually disable STP on port when disabling STP on port.

When disabling STP on a port that has it enabled on the bridge, STP was
not actually being disabled on the port.  This commit directly calls the
update function in this situation.

Reported-by: Paul Ingram <paul@nicira.com>
ofproto/ofproto-dpif.c