-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
6.0: ospf6d: fix multicast join race on FreeBSD #4440
6.0: ospf6d: fix multicast join race on FreeBSD #4440
Conversation
Apply interface event as soon as possible instead of queueing an event for it. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> (cherry picked from commit 849576e)
When using the timer to set the socket multicast options, keep track of the thread pointer. If we lose the thread reference we might have situations where multicast is enabled when it should be disabled and vice versa. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> (cherry picked from commit f80003b)
Avoid a IPv6 multicast group join race by delaying the group install before processing all event queue. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org> (cherry picked from commit bc482dc)
This comment has been minimized.
This comment has been minimized.
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-7914/ This is a comment from an automated CI system. CLANG Static Analyzer Summary
No Changes in Static Analysis warnings compared to base75 Static Analyzer issues remaining.See details at |
This comment has been minimized.
This comment has been minimized.
making static binaries seems to be broken at the moment - the screws valgrind results... |
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
Multicast fix which went into 7.0 (PR #3683 ) and master (PR #3680).
Required for FreeBSD 12 to correctly join multicast groups for OSPF hello