xenserver: Fix issue with deleting network UUID on VLAN destruction
authorJustin Pettit <jpettit@nicira.com>
Wed, 4 Nov 2009 05:19:47 +0000 (21:19 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 4 Nov 2009 05:46:29 +0000 (21:46 -0800)
commit2a577bd807023009afab02d975787d67389c4a27
tree4d12069c26d70fcb7e8187fba4e81b2bfd1d8717
parent30746a1b6a9758a58d6f9a7a85830512aa0e114f
xenserver: Fix issue with deleting network UUID on VLAN destruction

In XenServer, a VLAN is considered an additional network with its own
UUID.  The interface-reconfigure script properly adds this network UUID
to the configuration script, but commit 774428 removed the code that
would remove this information on VLAN destruction.  Ian Campbell was the
author of that commit and felt that reverting this part was safe.

Bug #1973
xenserver/opt_xensource_libexec_interface-reconfigure