Hello,<br><br>I am facing problems in creating a network bridge using libvirt. My requirement is, i need to create a bridge on the host machine. The bridge shd get ip address from dhcp server(instead of static). I am not getting what exactly the xml format that virsh is looking for?<br>
<br>I am using the following xml for creating a bridge.<br><network><br>        <name>local</name><br>        <bridge name="virbr1" /><br>        <source dev="eth1"/><br>        <mac address="00:11:22:33:44:55"/><br>
</network><br><br><br>The bridge is getting created but not with the specified device and mac address. Bridge is not getting ip address at all.<br>Can you please tell me the xml format for my requirement?<br> <br>Thanks.<br>