From: Patrick McHardy Date: Wed, 26 Mar 2008 07:16:29 +0000 (-0700) Subject: [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list X-Git-Tag: v2.6.25-rc8~77^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70c176619dde7f32283fc5c94df8e9aaac12729;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed