Re: [vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Benoit Ganne (bganne) via lists.fd.io
; 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

Re: [vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Ole Troan
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

Re: [vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Akash S R
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

[vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Chinmaya Aggarwal
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. -=-=-=-=-=-=-=-=-=-=-=