forked from pool/openvswitch
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
|