Re: [vpp-dev] VPP management protocol

2017-12-03 Thread Avi Cohen (A)
Thank you Jerome - this helps Avi > -Original Message- > From: Jerome Tollet (jtollet) [mailto:jtol...@cisco.com] > Sent: Sunday, 03 December, 2017 10:58 AM > To: Avi Cohen (A) > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] VPP management protocol > > Hi

Re: [vpp-dev] VPP management protocol

2017-12-03 Thread Jerome Tollet (jtollet)
Hi Avi, VPP comes with a shared memory that exposes APIs (eg.: add remove interface, acls, …). You’ll find all the APIs in “.api” files in the source tree. We then have various language “binding” that support those APIs (C, C++, Java, Python, …). In addition to that, there are various “agents”

[vpp-dev] VPP management protocol

2017-12-03 Thread Avi Cohen (A)
Hello, What is the protocol used for mgmt./controller to configure (other than cli) the vpp device ? netconf ? other Are there plugins for openflow ? Best Regards Avi ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp