-
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
Unable to filter EVPN type 5 routes with ip prefix-list #10559
Comments
Hello, do you have any update on this ? |
Need to fix merge conflicts first and we might ship it. |
@ton31337 fixed conflicts |
@fdomain merged, can you test? |
great thanks, I'll test it soon and get back to you. |
@ton31337, I've just built and tested master branch on CentOS8, and I confirm the prefix list filtering works for EVPN now, but I noticed a regression for other evpn filters:
Don't know if it's directly linked to the PR, I tried to build v8.3.1 with the patch from #8647 but with no success (diff is too large, files have been changed in the meantime). |
Did you confirm it worked on master before the changes in the PR? |
I've just tried with master with commit 2944807 (the one preceding your changes if I'm not mistaking), and these commands are still working, but not the prefix list filtering obviously. |
Thanks, will look into it then. |
Hello @sworleys , I tested FRR v8.4.1 and the However the regression I mentioned in a previous post disappeared : I confirm Thanks for your help |
Hello @ton31337 , would you have time to look into this issue ? |
This issue is stale because it has been open 180 days with no activity. Comment or remove the |
This issue will be automatically closed in the specified period unless there is further activity. |
This issue will no longer be automatically closed. |
Hi @aderumier, it seems that you're using However, I'd be interested to know if you've managed to get the |
@fdomain I remember that prefix-list was not working too, I can do test next week if you want. |
Thanks @aderumier for the confirmation, I've just realized I made the same observations a year ago (see: #10559 (comment)). Anyway I'll watch the other issue as I'm interested in it as well :) |
Closing this issue since prefix list filtering is now fixed, and evpn matchers on IP prefixes are also fixed with #15377 |
Describe the bug
In a L2VPN EVPN setup, when trying to filter EVPN type-5 routes with an ip/ipv6 prefix-list, it drops everything.
[X] Did you check if this is a duplicate issue?
[ ] Did you test it on the latest FRRouting/frr master branch?
To Reproduce
Consider the following EVPN type 5 route received on the FRR instance
Here is a basic configuration:
Route is received and accepted:
We apply a "match prefix list" in addition:
The route isn't accepted anymore:
Expected behavior
Route is received as long as it matches the prefix-list defined.
Screenshots
Versions
Additional context
This is very similar to
match ip address
route-map command fails to match EVPN MACIP routes #8784It doesnt work either for outbound or inbound filtering
Apparently it should be patched with the following PR bgpd: EVPN D-VNI L3 RT Config Enhancements #8647 but it hasn't been merged yet.
The text was updated successfully, but these errors were encountered: