Displaying 1 result from an estimated 1 matches for "virbreth0".
2010 Oct 28
1
libvirt problems. Create bridged network via cmdline?
...t's OK, and my bridge turns up automatically. But I don't understand why
libvirt can't use it, it always want to create bridge on its own. So that
when I try to create bridged network with the command:
virsh virsh net-create net.xml
net.xml contents:
* <network>*
* <name>virbreth0</name>*
* <bridge name='br0' stp='on' delay='0' />*
* </network>*
I always get error ===>
error: Failed to create network from net.xml
error: cannot create bridge 'br0': File exists
That's pretty obvious that libvirt wants to create bridge...