Created
December 8, 2016 19:32
-
-
Save shettyg/d811437c121646587a5f4703aa0a2d27 to your computer and use it in GitHub Desktop.
libvirt iface-id
This file contains 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='00:23:20:77:fc:3c'/> | |
<source bridge='breth2'/> | |
<virtualport type='openvswitch'> | |
<parameters interfaceid='b58dd804-5bcd-4504-abce-910512244654'/> | |
</virtualport> | |
<target dev='vm80c3-vif0'/> | |
<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