- Change the default bridge in xl.conf from xenbr0 to just br0
xl-conf-default-bridge.patch - Add network.target to xendomains.service 'After' tag xendomains.service OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=263
This commit is contained in:
committed by
Git OBS Bridge
parent
e50de91dbe
commit
7ba38da9fc
11
xl-conf-default-bridge.patch
Normal file
11
xl-conf-default-bridge.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- xen-4.3.0-testing/tools/examples/xl.conf.orig 2013-08-15 12:00:06.000000000 -0600
|
||||
+++ xen-4.3.0-testing/tools/examples/xl.conf 2013-08-15 12:00:56.000000000 -0600
|
||||
@@ -26,7 +26,7 @@
|
||||
#vif.default.script="vif-bridge"
|
||||
|
||||
# default bridge device to use with vif-bridge hotplug scripts
|
||||
-#vif.default.bridge="xenbr0"
|
||||
+vif.default.bridge="br0"
|
||||
|
||||
# Reserve a claim of memory when launching a guest. This guarantees immediate
|
||||
# feedback whether the guest can be launched due to memory exhaustion
|
Reference in New Issue
Block a user