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

调用:

int dev_set_allmulti(struct net_device *dev, int inc)

打上IFF_ALLMULTI标记

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

 

posted @ 2015-04-10 17:33  mull  阅读(431)  评论(0编辑  收藏  举报