Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created December 2, 2013 11:51
Show Gist options
  • Save scottslowe/7748398 to your computer and use it in GitHub Desktop.
Save scottslowe/7748398 to your computer and use it in GitHub Desktop.
You can use this libvirt XML code to define a virtual network that "front ends" Open vSwitch (OVS).
<network>
<name>bridged</name>
<uuid>ff5f8075-31a7-4cc9-21bf-5c8d144f58f0</uuid>
<forward mode='bridge'/>
<bridge name='br-ex' />
<virtualport type='openvswitch'/>
<portgroup name='untagged' default='yes'>
</portgroup>
</network>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment