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

Dplane sorry #12315

Merged
merged 2 commits into from
Nov 15, 2022
Merged

Dplane sorry #12315

merged 2 commits into from
Nov 15, 2022

Conversation

donaldsharp
Copy link
Member

  1. Fix a enum issue
  2. Fix the reported bug in Zebra sometimes does not connect to FPM #12314

Use the enum and let the compiler help us figure out
what cases are being missed.

Signed-off-by: Donald Sharp <[email protected]>
If you have this order in your configuration file:

no fpm use-next-hop-groups
fpm address 127.0.0.1

the dplane code was using the same event thread t_event and the second
add event in the code was going, you already have an event scheduled
and as such the second event does not overwrite it.  Leaving
no code to actually start the whole processing.  There are probably
other cli iterations that will cause this fun as well, but I'm
not going to spend the time sussing them out at the moment.

Fixes: FRRouting#12314
Signed-off-by: Donald Sharp <[email protected]>
@ton31337
Copy link
Member

@Mergifyio backport stable/8.4

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

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

LGTM

@mergify
Copy link

mergify bot commented Nov 14, 2022

backport stable/8.4

✅ Backports have been created

@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-PULLREQ2-8348/

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.

@ton31337 ton31337 merged commit 01637c3 into FRRouting:master Nov 15, 2022
ton31337 added a commit that referenced this pull request Nov 15, 2022
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.

3 participants