dhcp: API return code fix 11/22711/2
authorNeale Ranns <[email protected]>
Mon, 7 Oct 2019 08:13:44 +0000 (08:13 +0000)
committerAndrew Yourtchenko <[email protected]>
Fri, 18 Oct 2019 14:39:18 +0000 (14:39 +0000)
Type: fix

Change-Id: Ifcbfeecd6ca1215ec473eec4cce736ab4eacde80
Signed-off-by: Neale Ranns <[email protected]>
(cherry picked from commit d751746af9ca1130202d19bddd96a5f6af2ecc5c)

src/vnet/dhcp/dhcp6_pd_client_cp.c

index a157b16..0b1b707 100644 (file)
@@ -950,7 +950,7 @@ static void
 
   BAD_SW_IF_INDEX_LABEL;
 
-  REPLY_MACRO (VL_API_SW_INTERFACE_SET_TABLE_REPLY);
+  REPLY_MACRO (VL_API_IP6_ADD_DEL_ADDRESS_USING_PREFIX_REPLY);
 }
 
 static clib_error_t *
@@ -1359,7 +1359,7 @@ static void
 
   BAD_SW_IF_INDEX_LABEL;
 
-  REPLY_MACRO (VL_API_SW_INTERFACE_SET_TABLE_REPLY);
+  REPLY_MACRO (VL_API_DHCP6_PD_CLIENT_ENABLE_DISABLE_REPLY);
 }
 
 #define vl_msg_name_crc_list