bridge: Always wait for MAC learning table and ports.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 17:08:16 +0000 (10:08 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 17:12:22 +0000 (10:12 -0700)
commit595cf43e0127565e54c0f033f0f907a007ac2cae
treece6f277fbf8bbc57896a0cbc3a9a131dbf505f18
parentb3d5b900a8c81020351151bab57fdc000a90827d
bridge: Always wait for MAC learning table and ports.

The test ofproto_has_primary_controller() is meaningless, since OFPP_NORMAL
can cause the MAC learning table and port bonding to be in use even when
there is a controller.

I see that this bug has been here since early 2009, when the OFPP_NORMAL
feature was introduced in the bridge.  (Obviously it's not a severe
problem.)
vswitchd/bridge.c