Created
May 17, 2012 04:10
-
-
Save norioxkimura/2716249 to your computer and use it in GitHub Desktop.
libvirt config xml for --network='bridge=br0'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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