]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: change macvtap multicast list in response to NIC_RX_FILTER_CHANGED
authorTony Krowiak <akrowiak@linux.vnet.ibm.com>
Fri, 10 Oct 2014 17:55:43 +0000 (13:55 -0400)
committerLaine Stump <laine@laine.org>
Tue, 28 Oct 2014 18:14:25 +0000 (14:14 -0400)
commitd70cc1fa7219b347a301e132bb927f41958b372d
tree1e9cd1360a9691653c770e4bfc11bed5e5f1bd4f
parentcc0e8c244d080f56392278e836cc378ba848e7aa
qemu: change macvtap multicast list in response to NIC_RX_FILTER_CHANGED

This patch adds functionality to processNicRxFilterChangedEvent().
The old and new multicast lists are compared and the filters in
the macvtap are programmed to match the guest's filters.

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