Open renner-osi opened 5 years ago
Hey, @renner-osi you can look at this PR: https://github.com/ligato/vpp-agent/pull/1349 which added new VPP functionality to vpp-agent. If you read through the code diff you can see all the layers that needed to be changed to support the new feature.
Found that the binary API generation already exists for the equivalent cli commands https://github.com/ligato/vpp-binapi/blob/master/binapi/dhcp/dhcp.ba.go looking for some pointers on where in the code base to start looking for folding this support in.
Is the same process leveraged for grpc proto support or is this a different set of steps and areas in the code base ?
Thanks!