]> git.proxmox.com Git - mirror_ovs.git/commit
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>
Tue, 19 Apr 2011 16:32:18 +0000 (09:32 -0700)
commitede2fd6d7876791a16b977174887200df2f64ef4
tree269864203411b52d6a3ccc02db7363423bc2340a
parent0b3769425ffdc935588254dae9a4c31788846e2f
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