Displaying 2 results from an estimated 2 matches for "br406".
Did you mean:
br400
2014 Jun 19
2
dumpxml removes <source> portion from network descritiption
...ve a VM
description the source part of the network part is missing. This prevents
redifining the machine from the dumped xml file:
This is how it looks before dumpxml:
<interface type='bridge'>
<mac address='52:54:00:34:a1:56'/>
<source bridge='br406'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
</interface>
And afterwards:
<interface type='bridge'>
<mac address='52:5...
2014 Jun 19
0
Re: dumpxml removes <source> portion from network descritiption
...art of the network part is missing. This prevents
> redifining the machine from the dumped xml file:
>
> This is how it looks before dumpxml:
>
> <interface type='bridge'>
> <mac address='52:54:00:34:a1:56'/>
> <source bridge='br406'/>
> <model type='virtio'/>
> <address type='pci' domain='0x0000' bus='0x00' slot='0x03'
> function='0x0'/>
> </interface>
>
>
> And afterwards:
>
> <interface type='bridg...