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 05:18:04 +0000 (21:18 -0800)
commit5f7bc817bb74992687075050ec6b6daf32e184b4
treedcda8750dcb91588bd72b594168f626f5e252956
parent6333a605d7471bd49b24f5681c6461e9b2188fe1
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