]> git.baikalelectronics.ru Git - kernel.git/commit
[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list
authorPatrick McHardy <kaber@trash.net>
Wed, 26 Mar 2008 07:16:29 +0000 (00:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2008 07:16:29 +0000 (00:16 -0700)
commit64ed3881bc41654dac14fc29cd6b74ecf830f41e
tree457ecb283c5bafc9611509c06d29c92e14131fa0
parent97920f64e81efa466539554113b43f91b8af5402
[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list

IFF_ALLMULTI is an indication from the network stack to the driver
to disable multicast filters, drivers should never set it directly.

Since the UML networking device doesn't have any filtering capabilites,
it doesn't the set_multicast_list function at all, it is kept so userspace
can still issue SIOCADDMULTI/SIOCDELMULTI ioctls however.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/um/drivers/net_kern.c