bridge: Set mac address when no physical ports attached.
authorJustin Pettit <jpettit@nicira.com>
Tue, 4 Dec 2012 03:05:08 +0000 (19:05 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 4 Dec 2012 05:23:55 +0000 (21:23 -0800)
commit51b67a1038c6f4984cf01f2973366cc44c266b08
treeaaf3a2d8780bde293d846c9029883ec865e96323
parent8f5cb995c2d5175ab56145528a70ad0ea297e253
bridge: Set mac address when no physical ports attached.

Commit 1a8cfb41(bridge: Drop warning about thedefault bridge Ethernet
address.) attempted to reduce unnecessary logging, but deleted some code
that was necessary to set the mac address on local ports when no
physical ports were attached.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Issue #14126
vswitchd/bridge.c