Public bug reported:

On Jaunty 9.04

When using Bridge networking and specifying --bridge br0, vmbuilder
ignores the --mac option.

Here is a patch:
--- /etc/vmbuilder/libvirt/libvirtxml.tmpl.org  2009-06-25 13:57:55.000000000 
+0200
+++ /etc/vmbuilder/libvirt/libvirtxml.tmpl      2009-06-25 13:58:16.000000000 
+0200
@@ -20,11 +20,11 @@
       <source bridge='$bridge'/>
 #else
     <interface type='network'>
+      <source network='default'/>
+#end if
 #if $mac
       <mac address='$mac'/>
 #end if
-      <source network='default'/>
-#end if
 #if $virtio_net
       <model type='virtio'/>
 #end if


Jarl

** Affects: vm-builder (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: jeos kvm libvirt mac mac-address virtualisation vmbuilder

-- 
vmbuilder ignores mac option when using bridge network
https://bugs.launchpad.net/bugs/392097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to