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

zebra: Fix netlink installation of recursive ecmp routes #3320

Merged
merged 1 commit into from
Nov 13, 2018

Conversation

mjstapp
Copy link
Contributor

@mjstapp mjstapp commented Nov 13, 2018

Recursive multipath nexthop installation in zebra was broken by the initial async dataplane commit - we were trying to install an extra, invalid nexthop. Re-added the missing 'continue' statement, preventing that extra nexthop from being added to the netlink message.

Recursive multipath nexthops were broken by the initial async
dataplane - we were trying to install an extra, invalid
nexthop.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
@eqvinox
Copy link
Contributor

eqvinox commented Nov 13, 2018

=> poke @mwinter-osr about code coverage for test runs (lcov?)

@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-5895/

This is a comment from an EXPERIMENTAL 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 3320, comparing to Git base SHA 44711ae

No Changes in Static Analysis warnings compared to base

@LabN-CI
Copy link
Collaborator

LabN-CI commented Nov 13, 2018

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/3320 78e54de
Date 11/13/2018
Start 12:30:54
Finish 12:54:14
Run-Time 23:20
Total 1816
Pass 1816
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2018-11-13-12:30:54.txt
Log autoscript-2018-11-13-12:31:35.log.bz2

For details, please contact louberger

@donaldsharp donaldsharp merged commit bc620fb into FRRouting:master Nov 13, 2018
@mjstapp mjstapp deleted the fix_dp_ecmp branch June 12, 2020 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants