[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47E9E8CD.1060408@garzik.org>
Date: Wed, 26 Mar 2008 02:10:21 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Patrick McHardy <kaber@...sh.net>
CC: jdike@...toit.com, user-mode-linux-devel@...ts.sourceforge.net,
Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list
> 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;
> }
Might as well just delete the hook at that point...
Jeff
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists