[vpp-dev] Events for IP address addition/deletion on an interface

2019-06-25 Thread via Lists.Fd.Io
Hello, I have an application that is a client to the shared memory API and I would like to know when an IP address has been added or deleted on an interface. I see that there is sw_interface_event that can notify a client about interface admin/link status changes as well as interface deletion. If

[vpp-dev] Events for IP address addition/deletion on an interface

2019-06-25 Thread via Lists.Fd.Io
Hello, I have an application that is a client to the shared memory API and I would like to know when an IP address has been added or deleted on an interface. I see that there is sw_interface_event that can notify a client about interface admin/link status changes as well as interface deletion. If

Re: [vpp-dev] Events for IP address addition/deletion on an interface #vpp

2019-06-20 Thread Neale Ranns via Lists.Fd.Io
Répondre à : "acherna...@netgate.com" Date : mardi 18 juin 2019 à 13:42 À : "vpp-dev@lists.fd.io" Cc : "vpp-dev@lists.fd.io" Objet : Re: [vpp-dev] Events for IP address addition/deletion on an interface #vpp Hi Ole, Where is the IP address configuration coming from? I

Re: [vpp-dev] Events for IP address addition/deletion on an interface #vpp

2019-06-18 Thread Alexander Chernavin via Lists.Fd.Io
Hi Ole, > > Where is the IP address configuration coming from? If it's your > application that configures the addresses, shouldn't the control plane > application know that itself? There are several independent instances of the application. If one of them configures the addresses, others should

Re: [vpp-dev] Events for IP address addition/deletion on an interface #vpp

2019-06-18 Thread Ole Troan
Hi Alexander, > I have an application that is a client to the shared memory API and I would > like to know when an IP address has been added or deleted on an interface. I > see that there is sw_interface_event that can notify a client about interface > admin/link status changes as well as inter

[vpp-dev] Events for IP address addition/deletion on an interface #vpp

2019-06-18 Thread Alexander Chernavin via Lists.Fd.Io
Hello, I have an application that is a client to the shared memory API and I would like to know when an IP address has been added or deleted on an interface. I see that there is sw_interface_event that can notify a client about interface admin/link status changes as well as interface deletion.