Find a file
Alexandre Derumier e614da43f1 controllers: evpn: bugfix: use prefix-list in route-map instead evpn match
"match evpn" in route-map is broken since 8.5.0
https://github.com/FRRouting/frr/issues/14419

the patch
272c6d5db1
is converting type-2 && type-5 evpn routes to prefix-prefix.
(fixing prefix-list not working previously, but breaking "match evpn")

So, simply use prefix-list now, as "match epvn" was a workaround anyway.

reported on the forum, where user have routing loop between the 2 exit-nodes:
https://forum.proxmox.com/threads/sdn-with-evpn-controller-routing-loop-when-using-multiple-exit-nodes.137362/

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2024-01-22 11:57:37 +01:00
debian bump version to 0.9.5 2023-11-29 15:20:34 +01:00
src controllers: evpn: bugfix: use prefix-list in route-map instead evpn match 2024-01-22 11:57:37 +01:00
.gitignore gitignore: sort content 2023-11-17 15:53:03 +01:00
Makefile buildsys: add explicit default target 2024-01-22 11:51:44 +01:00