Dan Smith wrote:
ZL> For the same domain, virsh & system_to_xml() gives
different results
ZL> on the network section.
ZL> -------------virsh-------------
ZL> <interface type='bridge'>
ZL> <mac address='11:22:33:aa:bb:cc'/>
ZL> *<source bridge='testbridge'/>*
ZL> </interface>
ZL> ------------system_to_xml()------
ZL> <interface type='bridge'>
ZL> <mac address='11:22:33:aa:bb:cc'/>
ZL> *<script path='vif-bridge'/>*
ZL> </interface>
I think what we really want is <source network="foo">.
Is this KVM or Xen? And I assume this is a recent version of the
providers?
This is on latest KVM provider on F9, though I tested with a qemu-only
system. But I saw same error message on Deepti's test report.
--
- Zhengang