Hack vswitchd init script to remove bridge ports at startup
authorKeith Amidon <keith@nicira.com>
Sat, 14 Mar 2009 17:02:23 +0000 (10:02 -0700)
committerKeith Amidon <keith@nicira.com>
Mon, 16 Mar 2009 20:39:51 +0000 (13:39 -0700)
commitc2a71bffee2d8fd3e044b660f64a373539916a7c
tree5f0a80b4445db48df6ec1b121e68ff41a2d861ef
parentb48ddf0464b8d498567240abac3fd1f457feb86c
Hack vswitchd init script to remove bridge ports at startup

XAPI will recreate all the bridges and reconnect the interfaces at
startup, so this is safe in the Xen environment.  If we don't do this
stale vifs hang around in the configuration file.

This is a hack and not a true solution because it doesn't handle
port-related configuration, etc.  A better solution needs to be
implemented in the future.
vswitchd/etc/init.d/vswitch