]> xenbits.xensource.com Git - libvirt.git/commit
qemu: change macvtap device options in response to NIC_RX_FILTER_CHANGED
authorTony Krowiak <akrowiak@linux.vnet.ibm.com>
Thu, 22 Jan 2015 19:47:03 +0000 (14:47 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 30 Jan 2015 12:16:28 +0000 (13:16 +0100)
commit79a876947995bc2f98c417b00d92a1e0bcc090fa
treea93b7bf443287304e5c54854f65ce40a1803bd33
parente562a61a07398411c7aa6d92cbd8c64117b151f2
qemu: change macvtap device options in response to NIC_RX_FILTER_CHANGED

This patch enables synchronization of the host macvtap
device options with the guest device's in response to the
NIC_RX_FILTER_CHANGED event.

The following device options will be synchronized:
* PROMISC
* MULTICAST
* ALLMULTI

Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c