Be more conservative about bringing up interfaces when vswitchd started
authorKeith Amidon <keith@nicira.com>
Tue, 14 Apr 2009 23:41:17 +0000 (16:41 -0700)
committerKeith Amidon <keith@nicira.com>
Tue, 14 Apr 2009 23:42:06 +0000 (16:42 -0700)
commit5a0032405b0765343bcfefdb24fc5848d454c243
tree93e221ffe7e8054f4fc0b4ca7a297bc90c2e42b3
parent6c28c31f47436a5c9c0dd4a6d06b630afc5bccff
Be more conservative about bringing up interfaces when vswitchd started

Previously we were starting all bridge interfaces when vswitchd
started to help resolve issues in Xen environemnts.  However, only
starting the management interface seems to be required.  The
information about which interface is the management interface is
available in /etc/xensource-inventory on Xen machines, so use that to
limit the interfaces we bring up.
vswitchd/etc/init.d/vswitch