forked from pool/openvswitch
24ccc2b149
Updated to 1.4.0 (supports up to kernel 3.3) - builds on 11.4, 12.1 and Factory OBS-URL: https://build.opensuse.org/request/show/106537 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=6
26 lines
1.3 KiB
Diff
26 lines
1.3 KiB
Diff
diff -ruN openvswitch-1.3.0/xenserver/automake.mk openvswitch-1.3.0/xenserver/automake.mk
|
|
--- openvswitch-1.3.0/xenserver/automake.mk 2011-11-14 19:41:33.000000000 +0100
|
|
+++ openvswitch-1.3.0/xenserver/automake.mk 2011-12-26 02:00:39.809040879 +0100
|
|
@@ -16,6 +16,7 @@
|
|
xenserver/etc_profile.d_openvswitch.sh \
|
|
xenserver/etc_xapi.d_plugins_openvswitch-cfg-update \
|
|
xenserver/etc_xensource_scripts_vif \
|
|
+ xenserver/etc_sysconfig_openvswitch \
|
|
xenserver/openvswitch-xen.spec \
|
|
xenserver/opt_xensource_libexec_InterfaceReconfigure.py \
|
|
xenserver/opt_xensource_libexec_InterfaceReconfigureBridge.py \
|
|
diff -ruN openvswitch-1.3.0/xenserver/etc_sysconfig_openvswitch openvswitch-1.3.0/xenserver/etc_sysconfig_openvswitch
|
|
--- openvswitch-1.3.0/xenserver/etc_sysconfig_openvswitch 1970-01-01 01:00:00.000000000 +0100
|
|
+++ openvswitch-1.3.0/xenserver/etc_sysconfig_openvswitch 2011-12-26 01:57:23.778834435 +0100
|
|
@@ -0,0 +1,10 @@
|
|
+### Configuration options for openvswitch
|
|
+
|
|
+# Copyright (C) 2009, 2010 Nicira Networks, Inc.
|
|
+#
|
|
+# Copying and distribution of this file, with or without modification,
|
|
+# are permitted in any medium without royalty provided the copyright
|
|
+# notice and this notice are preserved. This file is offered as-is,
|
|
+# without warranty of any kind.
|
|
+
|
|
+NETWORK_MODE=openvswitch
|