Created
December 2, 2013 11:51
-
-
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).
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
<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