commit | cc386e96727442f5b67052d4e0a602f6f652ffe6 | [log] [tgz] |
---|---|---|
author | Dmitry Fleytman <dfleytma@redhat.com> | Sun Sep 22 18:09:13 2013 +0300 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Nov 08 17:32:34 2013 +0100 |
tree | 206791fe0055f9dc59be2a6893fa1f674826e4a5 | |
parent | 1597591cca8a8fa20b8872937b859ec2aaccba6c [diff] |
virtio-net: broken RX filtering logic fixed 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 <dfleytma@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>