]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix evpn path info get api 17899/head
authorChirag Shah <chirag@nvidia.com>
Tue, 7 Jan 2025 02:57:54 +0000 (18:57 -0800)
committerChirag Shah <chirag@nvidia.com>
Tue, 21 Jan 2025 23:17:20 +0000 (15:17 -0800)
commitc358b92c9f21c26961b1083662479961312f003e
treea5fb471d500472397791247995808f4d6fb2c8f4
parent6c7de02802db7f860bc784aa9e25688cc92ef468
bgpd: fix evpn path info get api

EVPN imported routes AF is not AF_EVPN, in that case
the path info extra with EVPN is nver created.
In order to create evpn info under path extra, define
new api which does not specifically check for AF_EVPN
afi type.

Signed-off-by: Chirag Shah <chirag@nvidia.com>
bgpd/bgp_evpn_mh.c
bgpd/bgp_route.c
bgpd/bgp_route.h