; From: vpp-dev@lists.fd.io On Behalf Of Akash S R
> Sent: lundi 18 octobre 2021 16:27
> To: Chinmaya Aggarwal
> Cc: vpp-dev
> Subject: Re: [vpp-dev] API to use to fetch IP route information from VPP
>
> Hi Chinmaya,
>
> Check if there is any vapi named with "_details
Chinmaya,
> We want to get ip route information from VPP using VAPI. We were referencing
> ip.api file, where we see two versions of ip route dump API i.e.
> ip_route_dump and ip_route_v2_dump. So, which one should we use for our
> implementation?
You should use the latest version. I.e. v2.
v1
Hi Chinmaya,
Check if there is any vapi named with "_details" in the same file. you can
print the values by sending dump as request and details in reply response.
/Akash
On Mon, Oct 18, 2021, 19:50 Chinmaya Aggarwal
wrote:
> Hi,
>
> We want to get ip route information from VPP using VAPI. We w
Hi,
We want to get ip route information from VPP using VAPI. We were referencing
ip.api file, where we see two versions of ip route dump API i.e. ip_route_dump
and ip_route_v2_dump. So, which one should we use for our implementation?
Thanks and Regards,
Chinmaya Agarwal.
-=-=-=-=-=-=-=-=-=-=-=