After multiple amended commits to fix python style errors, a new version with
v4/v6 API tests has been uploaded.
https://gerrit.fd.io/r/c/vpp/+/26829
Thanks,
Chris.
> On May 2, 2020, at 5:25 PM, Christian Hopps wrote:
>
> I was able to do a minimal test on it so I submitted, but please review
I was able to do a minimal test on it so I submitted, but please review as
well. :)
https://gerrit.fd.io/r/c/vpp/+/26829
Thanks,
Chris.
> On Apr 28, 2020, at 12:08 PM, Jon Loeliger via lists.fd.io
> wrote:
>
> Chris,
>
> If you can shoot me the patch, as is, I will rebase and submit it?
>
Chris,
If you can shoot me the patch, as is, I will rebase and submit it?
jdl
On Mon, Apr 27, 2020 at 7:27 PM Dave Wallace wrote:
> Gentle reminder that the VPP 20.05 API freeze is next Wed, May 6, 2020, so
> please don't delay to long if this is required for 20.05.
>
> Thanks,
> -daw- (weari
Gentle reminder that the VPP 20.05 API freeze is next Wed, May 6, 2020,
so please don't delay to long if this is required for 20.05.
Thanks,
-daw- (wearing the friendly VPP release manager hat)
On 4/27/2020 5:02 PM, Christian Hopps wrote:
On Apr 27, 2020, at 11:44 AM, Jon Loeliger via lists.fd
> On Apr 27, 2020, at 11:44 AM, Jon Loeliger via lists.fd.io
> wrote:
>
>
>
> On Wed, Feb 19, 2020 at 4:47 AM Christian Hopps wrote:
>
> > On Feb 19, 2020, at 2:02 AM, Neale Ranns via Lists.Fd.Io
> > wrote:
> >
> >
> > Hi Chris,
> >
> > Adding an API to dump a single route would be a wel
On Wed, Feb 19, 2020 at 4:47 AM Christian Hopps wrote:
>
> > On Feb 19, 2020, at 2:02 AM, Neale Ranns via Lists.Fd.Io cisco@lists.fd.io> wrote:
> >
> >
> > Hi Chris,
> >
> > Adding an API to dump a single route would be a welcome addition to the
> API.
>
> Ok, I'll do that then.
Hey Chris,
: on behalf of Paul Vinciguerra
>
> Date: Wednesday 19 February 2020 at 04:21
> To: Christian Hopps
> Cc: vpp-dev
> Subject: Re: [vpp-dev] route lookup api
>
> Those don't seem to be exposed via the api dump/details.
>
> The pattern that is commonly used in t
Hi Chris,
Adding an API to dump a single route would be a welcome addition to the API.
/neale
From: on behalf of Paul Vinciguerra
Date: Wednesday 19 February 2020 at 04:21
To: Christian Hopps
Cc: vpp-dev
Subject: Re: [vpp-dev] route lookup api
Those don't seem to be exposed via th
Those don't seem to be exposed via the api dump/details.
The pattern that is commonly used in the test framework is to call
vapi.cli_inline(cmd="show ip fib 1.2.3.4/24")
On Tue, Feb 18, 2020 at 5:53 PM Christian Hopps wrote:
> In the CLI there's an option to lookup route for a given IP. Is ther