ovs-brcompatd: Handle XS Tools 5.0.0 destroying and recreating devices
authorBen Pfaff <blp@nicira.com>
Tue, 23 Jun 2009 18:00:43 +0000 (11:00 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 23 Jun 2009 18:00:43 +0000 (11:00 -0700)
commit385533816c9d34286b6bd3f50ad4bceb8d34aa9a
treece2ba1ad287599e7fe035e2f15c12d244014433b
parent23834de273c6bd42362f4e6c013703c5b6fa2fd5
ovs-brcompatd: Handle XS Tools 5.0.0 destroying and recreating devices

XenServer Tools version 5.0.0 destroys and recreates network devices with
the same name on boot of (at least) Windows VMs.  We had a race such that
ovs-brcompatd would delete the new device from the vswitchd configuration
file (not the old one).  This commit fixes that problem.

Bug #1429.
vswitchd/ovs-brcompatd.c