diff options
author | Gabriel Ganne <gabriel.ganne@enea.com> | 2018-01-11 15:09:38 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-01-15 16:37:38 +0000 |
commit | 149a1433b0e6301a34989f5e8c7ebed3fa5bf74e (patch) | |
tree | fa7d5b289ecbed3083f863f051b85efe81d70ef1 /src/vnet/devices | |
parent | 92cdd72058a80d0b8b28c00495b3051a0390d545 (diff) |
fix udp_ping api naming error
Error messages:
ERROR:VAPI CPP GEN:Cannot find reply to message `udp_ping_add_del_req'
ERROR:VAPI CPP GEN:Cannot find reply to message `udp_ping_export_req'
ERROR:VAPI C GEN:Cannot find reply to message `udp_ping_add_del_req'
ERROR:VAPI C GEN:Cannot find reply to message `udp_ping_export_req'
Api was *_req/*_resp, but when explicitely declared, the reply should
then have been *_req_reply.
Both api response are empty, so I propose to remove them, and use
autoreply
API changes:
rename udp_ping_add_del_req -> udp_ping_add_del
rename udp_ping_export_req -> udp_ping_export
delete udp_ping_add_del_reply (empty response)
delete udp_ping_export_reply (empty response)
vl_api_version 1.0.0 ->2.0.0
Change-Id: Id3456c8101a7689fbc56dc2d9076625c2b3af0ad
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
Diffstat (limited to 'src/vnet/devices')
0 files changed, 0 insertions, 0 deletions