编辑xml文件



    <interface type='bridge'>
     <mac address='52:54:00:52:cf:1f'/>
     <source bridge='br0'/>
    <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
   </interface>

 增加一块网卡

  <interface type='bridge'>
     <mac address='52:54:00:52:5f:7f'/>
        <source bridge='br1'/>
     <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
       </interface>

编辑 slot='0x05' 就可以了