Change init script to interact with xapi better at boot.
authorKeith Amidon <keith@nicira.com>
Thu, 19 Mar 2009 16:55:50 +0000 (09:55 -0700)
committerKeith Amidon <keith@nicira.com>
Thu, 19 Mar 2009 17:10:13 +0000 (10:10 -0700)
commit5c2976b9a6b517168af275c67498db0ad88a16b3
tree06e4dd536e3df25e36a4f0586b6b6e00df1c1aca
parent52bffe69ecdd59b4d596a0b3cae64b03b4d76e07
Change init script to interact with xapi better at boot.

It seems that with a controller specified in vswitchd, previously
there was a bad interaction between vswitchd and xapi during boot that
prevented the management interface from ever coming up.  The solution
here is to force all bridge interfaces up when vswitchd starts, so
they are already up when xapi attempts to bring them up.  Since the
interfaces are coming up earlier as a result, we move vswitch back in
the boot sequence after iptables starts.

This patch also contains a bunch of lines that have only changed in
whitespace because half the indentation in this file was done using
tabs and the other half was done with spaces...
vswitchd/etc/init.d/vswitch