LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how to join multicast group in ipv6 (https://www.linuxquestions.org/questions/linux-networking-3/how-to-join-multicast-group-in-ipv6-894443/)

hemendra 07-29-2011 04:13 AM

how to join multicast group in ipv6
 
Hi,
In the ipv4 code i was using "ip_mc_join_group()" to join the multicast group.
but i cannot find a similar function for ipv6
i have found one ipv6_sock_mc_join() but this function is not available for use with my module as it is not exported.

what should i use for ipv6 ?

Regards,
Hemendra

baldy3105 07-30-2011 09:32 AM

Multicast Listener Discovery - MLD is bolted into IPv6 and performs the function of IGMP in IPv4.


All times are GMT -5. The time now is 08:16 PM.