[pve-devel] [PATCH proxmox-perl-rs v3 07/12] pve-rs: fabrics: add function to get l2vpn and l3vpn routes for evpn
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Nov 12 22:30:00 CET 2025
On Fri, 07 Nov 2025 15:31:30 +0100, Stefan Hanreich wrote:
> Add functions to get the l3vpn and l2vpn routes from frr so that we can
> display them in the ui in the evpn zone content view. L3vpn route
> retrieval is quite easy, we just get the routes that are in a specific
> vrf (the vrf of the zone) (we could do this with iproute2, but we use
> vtysh so that we can get all nexthops). For l2vpn we could also use
> `bridge fdb`, but then we don't get the VNI and the ip address
> associated to the l2vpn route distributed by EVPN. In order to get all
> the information we show all the type2 routes that EVPN receives and get
> the mac and ip address of them. We also filter by installed and bestpath
> so we only display the installed and best routes.
>
> [...]
Applied, thanks!
[07/12] pve-rs: fabrics: add function to get l2vpn and l3vpn routes for evpn
commit: 5230041c82ad064c2f8880986dda4204f19d258c
More information about the pve-devel
mailing list