X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flb%2Fapi.c;h=afaf61c459a2a73078964ed5e3312b6a897569cf;hb=bedc1ca8c4e8c552ea27b34485b4352f91743593;hp=157bf318eae10ffb2e962fba1fb577a8c5848969;hpb=439a122f3acd745dcb70e9b32bb518e43967afe4;p=vpp.git 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