On Mon, Mar 18, 2019 at 7:25 PM Neale Ranns (nranns) wrote:
> If you're looking for VPP to send your agent/app a notification across the
> binary API when an ARP and/or ND entry
> is created then your app needs to call; want_ip4_arp_events and/or
> want_ip6_nd_events respectively.
Thanks!
raj
Raj
Date : vendredi 15 mars 2019 à 13:33
À : vpp-dev
Objet : Re: [vpp-dev] Enabling events
On Fri, Mar 15, 2019 at 5:44 PM Dave Barach (dbarach)
wrote:
>
> We don't log many (if any) events by default.
Thanks for the reply Dave.
I am specifically looking for
fd.io On Behalf Of Raj
> Sent: Friday, March 15, 2019 8:33 AM
> To: vpp-dev
> Subject: Re: [vpp-dev] Enabling events
>
> On Fri, Mar 15, 2019 at 5:44 PM Dave Barach (dbarach)
> wrote:
> >
> > We don't log many (if any) events by default.
>
> Thanks for the
you're not going to see much in the event log...
D.
-Original Message-
From: vpp-dev@lists.fd.io On Behalf Of Raj
Sent: Friday, March 15, 2019 8:33 AM
To: vpp-dev
Subject: Re: [vpp-dev] Enabling events
On Fri, Mar 15, 2019 at 5:44 PM Dave Barach (dbarach) wrote:
>
> We do
/vpp/commit/1edfba9a6394128ee5fad2b413e9e0a05972ef48
talks about these events.Do these events gets generated automatically?
Thanks and Regards,
Raj
> -Original Message-
> From: vpp-dev@lists.fd.io On Behalf Of Raj
> Sent: Friday, March 15, 2019 8:02 AM
> To: vpp-dev
> Subject: [vpp-dev] Enabling eve
2019 8:02 AM
To: vpp-dev
Subject: [vpp-dev] Enabling events
Hi all,
I have started VPP, but the number of events always is zero.
vpp# sh event-logger
0 of 1024 events in buffer, logger running vpp# event-logger save myevent
Saving 0 of 1024 events to /tmp/myevent
So I am wondering if I have to
Hi all,
I have started VPP, but the number of events always is zero.
vpp# sh event-logger
0 of 1024 events in buffer, logger running
vpp# event-logger save myevent
Saving 0 of 1024 events to /tmp/myevent
So I am wondering if I have to specifically enable event logging or
are events logged automa