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

Automated cherry pick of #4176: Bugfix: Remove multicast group from cache when group is #4202

Commits on Sep 6, 2022

  1. Bugfix: Remove multicast group from cache when group is unintalled

    An issue exists in the code when calling UninstallGroups in multicast
    feature, that the group entry in the cache is not removed. This is
    because the existing code only remove group in featureService cache.
    
    To resolve the issue, rename the existing API UninstallGroup as
    UninstallServiceGroup, and add a new API UninstallMulticastGroup to
    delete multicast related groups. The new API also removes the group
    entry in the cache.
    
    Signed-off-by: wenyingd <[email protected]>
    wenyingd committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    07b8728 View commit details
    Browse the repository at this point in the history