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

[EVPN] Skip EVPN routes with invalid VNI or router mac field #3054 #15

Closed
wants to merge 3 commits into from

Conversation

liorghub
Copy link
Owner

What I did
Skip EVPN routes with invalid VNI or router mac field

Why I did it
Code assumes number of next hops is equal to amount of VNIs and to amount of router macs.
Usually this is this the case however, we encountered a case of inequality due to bug in FRR.
Bug was opened to FRR but the code should not assume equality therefore I added the check.

How I verified it
I ran EVPN test with code that enforced different vector length, and made sure error is printed to log and route is skipped.

Details if related

@liorghub liorghub closed this Mar 11, 2024
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.

2 participants