-
Notifications
You must be signed in to change notification settings - Fork 58
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
mcast: refactor igmp implementation #627
Conversation
ricmli
commented
Dec 6, 2023
•
edited
Loading
edited
- Allow joining groups with source addresses
- Add sending leave membership report
- Allow membership report on query
Signed-off-by: Ric Li <[email protected]>
Signed-off-by: Ric Li <[email protected]>
Signed-off-by: Ric Li <[email protected]>
Signed-off-by: Ric Li <[email protected]>
Signed-off-by: Ric Li <[email protected]>
Signed-off-by: Ric Li <[email protected]>
Signed-off-by: Ric Li <[email protected]>
I'd like to add some gtest for this, but multicast works differently with VFs, maybe I'll run the tests locally. |
Signed-off-by: Ric Li <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And, please update the json guide to include the new mcast_src_ip
option.
And we may need register a mcast_stat
by mt_stat_register
call, to know how many mcast join sent with any source or single source, and the leave request.
Signed-off-by: Ric Li <[email protected]>