Read Correlating OVS and Guest Domain Interfaces.
I have been using a combination of virsh domiflist domain_name and ovs-vsctl to map VM interfaces to OVS interface in an AHV environment.
From Scott’s post, I learned these new commands which are new to me.
ovs-vsctl list interface vnetX
ovs-vsctl get interface vnetX external_ids
Advertisements