LB: reply message id and table length are wrong. 33/12933/4
authorHongjun Ni <hongjun.ni@intel.com>
Thu, 7 Jun 2018 18:20:31 +0000 (02:20 +0800)
committerNeale Ranns <nranns@cisco.com>
Fri, 8 Jun 2018 07:27:24 +0000 (07:27 +0000)
Change-Id: Iea2c661cb3e0728bb2d10b06791ed84fed00f6a7
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
src/plugins/lb/api.c

index 157bf31..afaf61c 100644 (file)
@@ -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