From: Vratko Polak Date: Tue, 18 Feb 2020 18:12:47 +0000 (+0100) Subject: vrrp: do not define _details as autoreply X-Git-Tag: v20.09-rc0~565 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=3fccd0278c38cb3fb07fc51a3f1686aef1ebb542 vrrp: do not define _details as autoreply Without this, _details_reply messages also end up defined; which is not intended, as there are no _details_t_handler functions. Type: fix Fixes: 39e9428b90bc74d1bb15fc17759c8ef6ad712418 Change-Id: Id052b00b00623ca92e5ddce4cc5e1bdfbb1031db Signed-off-by: Vratko Polak --- diff --git a/src/plugins/vrrp/vrrp.api b/src/plugins/vrrp/vrrp.api index 1894d1ccd5d..da485adf9b8 100644 --- a/src/plugins/vrrp/vrrp.api +++ b/src/plugins/vrrp/vrrp.api @@ -5,7 +5,7 @@ * */ -option version = "1.0.0"; +option version = "1.0.1"; import "vnet/interface_types.api"; import "vnet/ip/ip_types.api"; @@ -167,7 +167,7 @@ define vrrp_vr_peer_dump { @param n_peer_addrs - number of peer addresses @param peer_addrs - peer addresses */ -autoreply define vrrp_vr_peer_details { +define vrrp_vr_peer_details { u32 client_index; u32 context; vl_api_interface_index_t sw_if_index; @@ -233,7 +233,7 @@ define vrrp_vr_track_if_dump { @param n_ifs - number of tracked interfaces @param ifs - array of tracked interface data */ -autoreply define vrrp_vr_track_if_details { +define vrrp_vr_track_if_details { u32 client_index; u32 context; vl_api_interface_index_t sw_if_index; @@ -242,4 +242,3 @@ autoreply define vrrp_vr_track_if_details { u8 n_ifs; vl_api_vrrp_vr_track_if_t ifs[n_ifs]; }; -