Skip to content

Instantly share code, notes, and snippets.

@norioxkimura
Created May 17, 2012 04:10
Show Gist options
  • Select an option

  • Save norioxkimura/2716249 to your computer and use it in GitHub Desktop.

Select an option

Save norioxkimura/2716249 to your computer and use it in GitHub Desktop.
libvirt config xml for --network='bridge=br0'
<interface type='bridge'>
<mac address='52:54:00:39:0e:db'/>
<source bridge='br0'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment