bridge: Reintroduce log message that was lost (and wrong).
authorBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 18:16:31 +0000 (11:16 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Apr 2011 21:31:59 +0000 (14:31 -0700)
commit0fc2dcf0c768e23dc1cf359466b1e022b692c7c9
tree3af4d7cce88aa93ff21e3449850a0d99b9f3ac7f
parentb222407f24d79c8394093855cdb1890e879435dd
bridge: Reintroduce log message that was lost (and wrong).

Setting the 'mac' in the Interface record for a bridge's local port has
always been ineffective, but the log message was suppressed because of a
check at too high of a level.  This commit fixes the problem.  It also
fixes the wording of the log message, which has been obsolete since the
introduction of the database.

Finally, it seems better to check for the local port before checking for a
multicast address, so this reverses the order of the checks.
vswitchd/bridge.c