-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Same log entries #151
Comments
Yup, you're right. The |
smcroute uses MC_ALL_SNOOPERS to send announces, but without any processing of the received announces? |
Ah, of course, my bad. True, that's not needed in the role SMCRoute has on the network. Thanks for pointing this out! |
One pointed out by Coverity Scan, the other as mentioned in issue #151. Note: we should probably remove that piece of the code, ref #151, but first a unit test to verify the mrdisc functionality! :) Signed-off-by: Joachim Wiberg <[email protected]>
Had a chance to look into this now, finally. Turns out we support So everything as expected. Copy-paste bug fixed earlier, in 178b19a. |
Seems like copy-paste typo, but anyway:
smcroute/src/inet.c
Line 104 in 7c8fdf0
and
smcroute/src/inet.c
Line 112 in 7c8fdf0
Has to be MC_ALL_ROUTERS in second case.
P.S. For what purpose it is necessary to join MC_ALL_SNOOPERS group as well?
The text was updated successfully, but these errors were encountered: