virtio-net: Fix MAC filter overflow handling
authorAlex Williamson <alex.williamson@hp.com>
Fri, 5 Jun 2009 20:47:08 +0000 (14:47 -0600)
committerMark McLoughlin <markmc@redhat.com>
Tue, 9 Jun 2009 10:38:50 +0000 (11:38 +0100)
commit2191bb49d6f7c13acdab7bab856fce7eb20e5884
tree015dc37c640e475dcc6b38674c4b1ccf34915400
parent90fc6b579c27289ad5e1822f45a22ca93a1a1ddb
virtio-net: Fix MAC filter overflow handling

Overloading the promisc and allmulti flags for indicating filter
table overflow makes it difficult to track the actual requested
operating mode.  Split these out into separate flags.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
hw/virtio-net.c