Thread (7 messages) 7 messages, 4 authors, 2008-04-01

Re: [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list

From: Jeff Garzik <hidden>
Date: 2008-03-26 06:10:29
Also in: linux-um

 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

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help