Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-22 Thread akjosh
Yeah my bad, It was just a warning message. Rest of the things are working fine. Thanks, Akshay -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10253): https://lists.fd.io/g/vpp-dev/message/10253 Mute This Topic: https://lists.fd.io/mt/24873049/2165

Re: [vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-21 Thread akjosh
Thank you so much. With the latest GoVPP I am able to generate the Binary-API bindings. Initially I got the below error (Some issue with the parsing)  *Invalid EVENTS SERVICE: {RequestType:dhcp_client_config ReplyType:dhcp_client_config_reply Stream:false Events:[dhcp_compl_event]}* but I was abl

[vpp-dev] GoVPP is incompatible with vpp 18.07 #vpp #govpp #binapi

2018-08-20 Thread akjosh
Hello, I am trying to generate binary API's using latest GoVPP with 18.07 VPP JSON. I get the following error  binapi-generator --input-dir=/home/akshay/vpp1807json/vpp/api/core/ --output-dir=./ * We get the following error             panic: Unknown VPP type vl_api_address_family_t   goro