On Sun, Sep 22, 2013 at 06:09:13PM +0300, Dmitry Fleytman wrote: > From: Dmitry Fleytman <dfley...@redhat.com> > > Upon processing of VIRTIO_NET_CTRL_MAC_TABLE_SET command > multicast list overwrites unicast list in mac_table. > This leads to broken logic for both unicast and multicast RX filtering. > > Signed-off-by: Dmitry Fleytman <dfley...@redhat.com> > --- > hw/net/virtio-net.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks, applied to my net-next tree: https://github.com/stefanha/qemu/commits/net-next Stefan