Openvswitch Cheat Sheet

Add libvirt network to be used with open vswitch Create an xml file like below (it is going to be listed in networks) <network> <name>obr0</name> <forward mode='bridge'/> <bridge name='obr0'/> <virtualport type='openvswitch'/> </network> The name of the network The forward mode is set to bridge The bridge name is the bridge name The virtualport is set to openvswitch Then introduce this network to … Continue reading Openvswitch Cheat Sheet