Hello,
I have created an ovs bridge on which i have attached a port. I would like to connect my vm to that port,so i have created an xml defining the network.
The xml is:
<network>
        <name>ovs-snort</name>
        <forward mode='bridge'/>
        <bridge name='snort'/>
        <virtualport type='openvswitch'/>
</network>
but when i do virsh net-define /tmp/ovsnetwork.xml i get the error
error: XML error: unexpected virtualport type -1
My libvirt version is 1.2.9
Can you guide me through that?