Re: Errors when trying to build against VPP master
Rastislav Szabo -X (raszabo - PANTHEON TECHNOLOGIES@Cisco)
Hi Keith,
Nice to see you here again J
These examples are just showcasing the usage of GoVPP APIs. Anytime you use GoVPP, you have to generate the binary API bindings from your exact VPP version, as VPP binary APIs can change with each VPP commit.
If you are looking for more stable APIs that work between multiple VPP versions, take a look at Ligato Agent:
https://github.com/ligato/vpp-agent
https://docs.ligato.io/en/latest/intro/overview/
Rasto
From: govpp-dev@... <govpp-dev@...>
On Behalf Of Keith Burns
How does one reconcile: func addIPAddress(ch api.Channel) { |
|