diff options
author | Neale Ranns <nranns@cisco.com> | 2019-10-10 12:59:02 -0700 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-10-11 11:27:51 +0000 |
commit | be01e635bcc942395c581eeb5a108edaaa82e36f (patch) | |
tree | c3ce07679fd0a4ffcf5090b16dfd141849ca1a22 | |
parent | 1a41a35b27da6921d6d86a9f1ad5f1b46e1185f7 (diff) |
ip: RD-CP API incorrect reply code
Type: fix
Change-Id: Ie436d51999dc1384a0db492f28a7e66620e14551
Signed-off-by: Neale Ranns <nranns@cisco.com>
-rw-r--r-- | src/vnet/ip/rd_cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/rd_cp.c b/src/vnet/ip/rd_cp.c index 2af24c018db..f6cb6742529 100644 --- a/src/vnet/ip/rd_cp.c +++ b/src/vnet/ip/rd_cp.c @@ -643,7 +643,7 @@ vl_api_ip6_nd_address_autoconfig_t_handler (vl_api_ip6_nd_address_autoconfig_t BAD_SW_IF_INDEX_LABEL; - REPLY_MACRO (VL_API_SW_INTERFACE_SET_TABLE_REPLY); + REPLY_MACRO (VL_API_IP6_ND_ADDRESS_AUTOCONFIG_REPLY); } #define vl_msg_name_crc_list |