how to create my own api or how do i use existing api like in binapi etc? #97
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The GoVPP project provides generator of Go bindings and Go client for the VPP API. It does not in any way operate with specific API message/service related to VPP networking objects. Please refer to the official VPP documentation: https://s3-docs.fd.io/vpp/22.10/ To answer your questions:
|
Beta Was this translation helpful? Give feedback.
The GoVPP project provides generator of Go bindings and Go client for the VPP API. It does not in any way operate with specific API message/service related to VPP networking objects.
Please refer to the official VPP documentation: https://s3-docs.fd.io/vpp/22.10/
If that does not help you can try asking on VPP-dev mailing list: https://lists.fd.io/g/vpp-dev
To answer your questions:
*.api
definition as part of your custom VPP.Refer to developer guide in VPP documentation: Adding a new plugin or feature