linux 网卡接收多播MAC(01:08开头)

调用:

int dev_set_allmulti(struct net_device *dev, int inc)

打上IFF_ALLMULTI标记

#define    IFF_ALLMULTI        0x200        /* receive all multicast packets*/

原文地址:https://www.cnblogs.com/mull/p/4415284.html