Jeff Dike wrote:
> On Wed, Mar 26, 2008 at 06:46:25AM +0100, Patrick McHardy wrote:
>> [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list
>
> I don't really understand this, but the people who do seem to like it,
> so I'll drop it in my tree and for
Jeff Garzik wrote:
>> static void uml_net_set_multicast_list(struct net_device *dev)
>> {
>> -if (dev->flags & IFF_PROMISC)
>> -return;
>> -else if (dev->mc_count)
>> -dev->flags |= IFF_ALLMULTI;
>> -else dev->flags &= ~IFF_ALLMULTI;
>> +return;
>> }
>
>
>
> Mi
commit 00237037726efc587d55d65d6fd5357106ae7071
Author: Patrick McHardy <[EMAIL PROTECTED]>
Date: Wed Mar 26 06:41:22 2008 +0100
[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 disabl