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 allow_multicast flags from mesh config to starcast integration #834

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

Conversation

ThrasherLT
Copy link
Contributor

@ThrasherLT ThrasherLT commented Sep 26, 2024

Problem

allow_multicast and peer_allow_multicast flags are present in mesh config, but not implemented in starcast yet.

Solution

Add code that removes peers from multicast peer list if we have allow_multicast set to false for them and prevent starcast from sending multicast packets to peers who have peer_allow_multicast set to false, but still receive multicast packets from those peers.

☑️ Definition of Done checklist

  • Commit history is clean (requirements)
  • README.md is updated
  • Functionality is covered by unit or integration tests

@ThrasherLT ThrasherLT requested a review from a team as a code owner September 26, 2024 12:06
@ThrasherLT ThrasherLT force-pushed the LLT-5108_Filter_multicast_peers_by_allow_multicast_flag branch 2 times, most recently from e047188 to 17ade56 Compare September 27, 2024 10:47
@ThrasherLT ThrasherLT force-pushed the LLT-5108_Filter_multicast_peers_by_allow_multicast_flag branch 3 times, most recently from e8bfe10 to bfdb1ba Compare October 11, 2024 07:56
@ThrasherLT ThrasherLT marked this pull request as draft October 14, 2024 07:44
@ThrasherLT ThrasherLT force-pushed the LLT-5108_Filter_multicast_peers_by_allow_multicast_flag branch from 5e78515 to 5d61d89 Compare October 17, 2024 13:15
@ThrasherLT ThrasherLT force-pushed the LLT-5108_Filter_multicast_peers_by_allow_multicast_flag branch from e2bb1b0 to 35490ba Compare October 17, 2024 14:19
@ThrasherLT ThrasherLT marked this pull request as ready for review October 18, 2024 07:24
Copy link
Collaborator

@packgron packgron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants