: Enable Open vSwitch on KVM
Focus
Focus

Enable Open vSwitch on KVM

Table of Contents
End-of-Life (EoL)

Enable Open vSwitch on KVM

Enable OVS by modifying the guest XML definition network settings.
  1. Modify the guest XML definition as follows.
    [...]
        <interface type='bridge'>
           <mac address='52:54:00:fb:00:01'/>
           <source bridge='ovsbr0'/>
           <virtualport type='openvswitch'/>
           <model type='virtio'/>
           <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
       </interface>
    [...]