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
Tag: openvswitch
Openvswitch RPM build on Centos 7
If you ever needed to build openvswitch for Centos 7 (including kernel module) this post may help you. Commands to build a RPM: Download openvswitch source. I've tested with 2.7.x and 2.9.x series. So I recommend you to do the same. It can be found at (if link becomes absolute look for a newer one, … Continue reading Openvswitch RPM build on Centos 7