Skip to content

Commit 54f16a1

Browse files
Justin PettitAndrew Evans
authored andcommitted
xenserver: Remove brctl wrapper script.
The OVS "brctl" wrapper script was added to aid Citrix's QA and help XenCenter display link status and statistics of bridges. Since the Citrix integrated OVS ships without this wrapper script, it's clearly no longer needed in the versions of XenServer we now support. Signed-off-by: Justin Pettit <jpettit@nicira.com>
1 parent 404c169 commit 54f16a1

4 files changed

Lines changed: 2 additions & 149 deletions

File tree

xenserver/README

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ files are:
6767
used to control Open vSwitch when integrated with Citrix
6868
management tools.
6969

70-
usr_sbin_brctl
71-
72-
wrapper for /usr/sbin/brctl that provides some additional
73-
bridge compatibility
74-
7570
usr_sbin_xen-bugtool
7671

7772
Open vSwitch-aware replacement for Citrix script of the same name.

xenserver/automake.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ EXTRA_DIST += \
2222
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py \
2323
xenserver/opt_xensource_libexec_interface-reconfigure \
2424
xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py \
25-
xenserver/usr_sbin_brctl \
2625
xenserver/usr_sbin_xen-bugtool \
2726
xenserver/usr_share_openvswitch_scripts_ovs-external-ids \
2827
xenserver/usr_share_openvswitch_scripts_refresh-xs-network-uuids \

xenserver/openvswitch-xen.spec

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ install -m 755 xenserver/usr_share_openvswitch_scripts_refresh-xs-network-uuids
7979
$RPM_BUILD_ROOT/usr/share/openvswitch/scripts/refresh-xs-network-uuids
8080
install -m 755 xenserver/usr_sbin_xen-bugtool \
8181
$RPM_BUILD_ROOT/usr/share/openvswitch/scripts/xen-bugtool
82-
install -m 755 xenserver/usr_sbin_brctl \
83-
$RPM_BUILD_ROOT/usr/share/openvswitch/scripts/brctl
8482
install -m 755 xenserver/usr_share_openvswitch_scripts_sysconfig.template \
8583
$RPM_BUILD_ROOT/usr/share/openvswitch/scripts/sysconfig.template
8684
install -m 755 utilities/ovs-save \
@@ -259,8 +257,7 @@ for f in \
259257
/opt/xensource/libexec/InterfaceReconfigureBridge.py \
260258
/opt/xensource/libexec/InterfaceReconfigureVswitch.py \
261259
/etc/xensource/scripts/vif \
262-
/usr/sbin/xen-bugtool \
263-
/usr/sbin/brctl
260+
/usr/sbin/xen-bugtool
264261
do
265262
s=$(basename "$f")
266263
t=$(readlink "$f")
@@ -328,8 +325,7 @@ if [ "$1" = "0" ]; then # $1 = 1 for upgrade
328325
/opt/xensource/libexec/InterfaceReconfigureBridge.py \
329326
/opt/xensource/libexec/InterfaceReconfigureVswitch.py \
330327
/etc/xensource/scripts/vif \
331-
/usr/sbin/xen-bugtool \
332-
/usr/sbin/brctl
328+
/usr/sbin/xen-bugtool
333329
do
334330
s=$(basename "$f")
335331
if [ ! -f "/usr/lib/openvswitch/xs-original/$s" ]; then
@@ -402,7 +398,6 @@ fi
402398
/usr/share/openvswitch/scripts/InterfaceReconfigureVswitch.py
403399
/usr/share/openvswitch/scripts/vif
404400
/usr/share/openvswitch/scripts/xen-bugtool
405-
/usr/share/openvswitch/scripts/brctl
406401
/usr/share/openvswitch/scripts/sysconfig.template
407402
/usr/share/openvswitch/scripts/ovs-save
408403
/usr/share/openvswitch/vswitch.ovsschema

xenserver/usr_sbin_brctl

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)