SHA256
1
0
forked from pool/xen

- 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:
Charles Arnold
2013-08-15 21:14:40 +00:00
committed by Git OBS Bridge
parent e50de91dbe
commit 7ba38da9fc
4 changed files with 23 additions and 2 deletions

View 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