lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] IPv6 porting, need help in netif->mld_mac_filter


From: manswis
Subject: Re: [lwip-users] IPv6 porting, need help in netif->mld_mac_filter
Date: Sun, 12 Jan 2014 23:08:39 -0800 (PST)

Thanks Zach and IVan.

I understand your point. 
Can you please help in identifying how to set my MAC to receive multicast
IPv6 address.

I have configured my MAC address in netif as 
 
netif->hwaddr[0] = 0x90;
netif->hwaddr[1] = 0xFB;
netif->hwaddr[2] = 0xA6;
netif->hwaddr[3] = 0x33;
netif->hwaddr[4] = 0xB0;
netif->hwaddr[5] = 0x0F;

Thanks and Regards
Manoj



--
View this message in context: 
http://lwip.100.n7.nabble.com/IPv6-porting-need-help-in-netif-mld-mac-filter-tp22143p22162.html
Sent from the lwip-users mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]