On Fri, Jul 15, 2011 at 4:20 PM, Eric Searcy <emsearcy@gmail.com> wrote:
No experience with 6 here, but do your virsh-imported libvirt VM configs show <devices>...<interface type=bridge>...<source bridge='br0'/> ?  i.e. the bridge there matches the bridge name you're created with ifcfg scripts?

Eric
_______________________________________________
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt

Yes, the name matches, the KVM hosts both used br0 on 5.6 and now on 6.0.  Here's what's in the XML file

    <interface type='bridge'>
      <mac address='52:54:00:31:6f:16'/>
      <source bridge='br0'/>
      <target dev='vnet0'/>
      <model type='virtio'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>


Thanks
- Trey