patch-2.2.13 linux/drivers/net/net_init.c

Next file: linux/drivers/net/pcnet32.c
Previous file: linux/drivers/net/ne2k-pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.12/linux/drivers/net/net_init.c linux/drivers/net/net_init.c
@@ -587,7 +587,7 @@
 	memset(dev->broadcast,0xFF, TR_ALEN);
 
 	/* New-style flags. */
-	dev->flags		= IFF_BROADCAST;
+	dev->flags		= IFF_BROADCAST | IFF_MULTICAST ;
 
 	if (new_device)
 		register_netdevice(dev);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)