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
- Lines: 9
- Date:
Tue Oct 19 17:14:01 1999
- Orig file:
v2.2.12/linux/drivers/net/net_init.c
- Orig date:
Tue Oct 19 17:10:38 1999
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)