Displaying 2 results from an estimated 2 matches for "e6bd8759a2f1".
2016 Nov 03
2
Re: sttic vnet device for guest
❦ 3 novembre 2016 20:43 +0300, Anton Gorlov <stalker@altlinux.ru> :
>> ... but *is* in the status xml (i.e. the output of "visrh dumpxml
>> $domain" while the domain is running, and also the xml provided on stdin
>> to the qemu and network hooks when they are called).
>>
>> (also, what Vincent said in his email - names with the prefix
2016 Nov 03
0
Re: sttic vnet device for guest
...t;
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
</interface>
testnet is
<network>
<name>testnet</name>
<uuid>f31d8d1b-9ff4-8bf7-d8b6-e6bd8759a2f1</uuid>
<forward mode='bridge'/>
<bridge name='br0' />
</network>
guest start, privnet0 added to bridge br0 and set up.
work fine.
after guest is shutdown privnet0 is not removed from bridge br0 and
guest not started after.
What is wrong?