From: Andrew Evans Date: Fri, 11 Feb 2011 00:50:49 +0000 (-0800) Subject: xenserver: Merge upstream changes and drop pre-5.6.100 support. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404c169247b1c3ac2ebad887f0421478a6cef924;hp=404c169247b1c3ac2ebad887f0421478a6cef924;p=openvswitch xenserver: Merge upstream changes and drop pre-5.6.100 support. Citrix have made modifications to the various interface configuration scripts that OVS replaces, so at present those modifications are lost when OVS is installed on e.g. XenServer 5.6.100. This commit applies those changes while preserving OVS-specific modifications that have been made in the interim. One major change introduced by these updates is the removal of support for XenServer releases prior to 5.6.100. This commit also updates the OVS-supplied xen-bugtool in similar fashion. We will soon remove xen-bugtool from OVS altogether and move the added OVS functionality to an XML extension as described in the Supplemental Pack DDK guide. ---