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)
commit8fd2a2f1a9048b9e37a898c2a5e9ef59d0c1a095
tree015dc37c640e475dcc6b38674c4b1ccf34915400
parentbbe2f399b222f1f2fcf5cd2ea78e4f5c9a66c64e
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