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

6.0: ospf6d: fix multicast join race on FreeBSD #4440

Merged

Conversation

mwinter-osr
Copy link
Member

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

rzalamena added 3 commits June 2, 2019 16:49
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)
@mwinter-osr mwinter-osr changed the title 7.0: ospf6d: fix multicast join race on FreeBSD 6.0: ospf6d: fix multicast join race on FreeBSD Jun 2, 2019
@LabN-CI

This comment has been minimized.

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, 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.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.


CLANG Static Analyzer Summary

  • Github Pull Request 4440, comparing to Git base SHA 4ba8494

No Changes in Static Analysis warnings compared to base

75 Static Analyzer issues remaining.

See details at
https://ci1.netdef.org/browse/FRR-FRRPULLREQ-7914/artifact/shared/static_analysis/index.html

@louberger

This comment has been minimized.

@louberger
Copy link
Member

making static binaries seems to be broken at the moment - the screws valgrind results...

@louberger
Copy link
Member

labn ci fixed by configuring with "--disable-irdp --disable-shared" - see #4441 and #4442

@LabN-CI
Copy link
Collaborator

LabN-CI commented Jun 2, 2019

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/4440 54daa98
Date 06/02/2019
Start 14:36:13
Finish 14:58:34
Run-Time 22:21
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2019-06-02-14:36:13.txt
Log autoscript-2019-06-02-14:37:09.log.bz2
Memory 436 439 366

For details, please contact louberger

@donaldsharp donaldsharp merged commit a9fc00d into FRRouting:stable/6.0 Jun 2, 2019
@eqvinox eqvinox deleted the multicast-fix-6.0 branch April 18, 2021 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants