ligato / vpp-agent

⚡️ Control plane management agent for FD.io's VPP
https://docs.ligato.io/
Apache License 2.0
247 stars 127 forks source link

API for DHCP proxy #1406

Open renner-osi opened 5 years ago

renner-osi commented 5 years ago

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!

ondrej-fabry commented 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.