Fix handling of port flags.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Sep 2008 21:24:57 +0000 (14:24 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 15 Sep 2008 21:25:09 +0000 (14:25 -0700)
commit51ab8ae072c2202e04c81d9f83b2361e3aae1ba5
tree901b9460722be699df05633bc6461508fb470e14
parent6026cfb7ab7b6a531c011a59aaf7147973bb4e19
Fix handling of port flags.

The "port watcher" in secchan was not keeping track of updates to port
flags by the controller, which caused some combinations of secchan
and controller to not turn on ports when the STP state otherwise should
have done so.

Thanks to Justin for reporting the problem.
secchan/secchan.c