File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ files are:
4444
4545 vswitch-aware replacement for Citrix script of the same name.
4646
47- root_vswitch_scripts_dump-vif-details
48-
49- Script to retrieve extended information about VIFs that are
50- needed by the controller. This is called by the "vif" script,
51- which is run when virtual interfaces are added and removed.
52-
5347 usr_share_vswitch_scripts_refresh-xs-network-uuids
5448
5549 Script to refresh bridge.<bridge>.xs-network-uuids keys, which
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ EXTRA_DIST += \
2222 xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py \
2323 xenserver/usr_sbin_brctl \
2424 xenserver/usr_sbin_xen-bugtool \
25- xenserver/usr_share_vswitch_scripts_dump-vif-details \
2625 xenserver/usr_share_vswitch_scripts_refresh-xs-network-uuids \
2726 xenserver/usr_share_vswitch_scripts_sysconfig.template \
2827 xenserver/vswitch-xen.spec
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ BRCTL="/usr/sbin/brctl"
2424IP=" /sbin/ip"
2525
2626vsctl=" /usr/bin/ovs-vsctl"
27- dump_vif_details=" /usr/share/vswitch/scripts/dump-vif-details"
2827
2928handle_promiscuous ()
3029{
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ install -m 644 xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py \
7979 $RPM_BUILD_ROOT /usr/share/vswitch/scripts/InterfaceReconfigureVswitch.py
8080install -m 755 xenserver/etc_xensource_scripts_vif \
8181 $RPM_BUILD_ROOT /usr/share/vswitch/scripts/vif
82- install -m 755 xenserver/usr_share_vswitch_scripts_dump-vif-details \
83- $RPM_BUILD_ROOT /usr/share/vswitch/scripts/dump-vif-details
8482install -m 755 xenserver/usr_share_vswitch_scripts_refresh-xs-network-uuids \
8583 $RPM_BUILD_ROOT /usr/share/vswitch/scripts/refresh-xs-network-uuids
8684install -m 755 xenserver/usr_sbin_xen-bugtool \
340338%if %(echo ' %{xen_version}' | awk -F" ." ' {if ($3>=18) print 1; else print 0;}' )
341339/lib/modules/%{xen_version }/kernel/net/vswitch/ip_gre_mod.ko
342340%endif
343- /usr/share/vswitch/scripts/dump-vif-details
344341/usr/share/vswitch/scripts/refresh-xs-network-uuids
345342/usr/share/vswitch/scripts/interface-reconfigure
346343/usr/share/vswitch/scripts/InterfaceReconfigure.py
You can’t perform that action at this time.
0 commit comments