Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MLDv1 support for IPv6 multicast #1205

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Add MLDv1 support for IPv6 multicast

    Related to FreeRTOS#1047
    
    Add MLDv1 support for IPv6 multicast group management.
    
    * Add `vJoinMulticastGroup` and `vLeaveMulticastGroup` functions in `source/FreeRTOS_IPv6_Utils.c` to handle MLDv1 group joining and leaving.
    * Update `source/FreeRTOS_IPv6.c` to include `vSendMLDv1Report` and `vSendMLDv1Done` functions for sending MLDv1 report and done messages.
    * Declare `vJoinMulticastGroup` and `vLeaveMulticastGroup` functions in `source/include/FreeRTOS_IPv6_Utils.h`.
    * Add MLDv1 group management function declarations in `source/include/FreeRTOS_IPv6.h`.
    
    Signed-off-by: Vishwanath Martur <[email protected]>
    vishwamartur committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b095659 View commit details
    Browse the repository at this point in the history