From: Hongjun Ni Date: Thu, 7 Jun 2018 18:20:31 +0000 (+0800) Subject: LB: reply message id and table length are wrong. X-Git-Tag: v18.07-rc1~212 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=bedc1ca8c4e8c552ea27b34485b4352f91743593 LB: reply message id and table length are wrong. Change-Id: Iea2c661cb3e0728bb2d10b06791ed84fed00f6a7 Signed-off-by: Hongjun Ni --- diff --git a/src/plugins/lb/api.c b/src/plugins/lb/api.c index 157bf318eae..afaf61c459a 100644 --- a/src/plugins/lb/api.c +++ b/src/plugins/lb/api.c @@ -154,7 +154,7 @@ vl_api_lb_add_del_vip_t_handler rv = lb_vip_add(args, &vip_index); } - REPLY_MACRO (VL_API_LB_CONF_REPLY); + REPLY_MACRO (VL_API_LB_ADD_DEL_VIP_REPLY); } static void *vl_api_lb_add_del_vip_t_print @@ -217,7 +217,7 @@ vl_api_lb_add_del_as_t_handler rv = lb_vip_add_ass(vip_index, &as_address, 1); done: - REPLY_MACRO (VL_API_LB_CONF_REPLY); + REPLY_MACRO (VL_API_LB_ADD_DEL_AS_REPLY); } static void *vl_api_lb_add_del_as_t_print