Fix endianness bug in lcp_pair_add_v2()
This commit is contained in:
@ -123,7 +123,7 @@ vl_api_lcp_itf_pair_add_del_v2_t_handler (vl_api_lcp_itf_pair_add_del_v2_t *mp)
|
||||
|
||||
BAD_SW_IF_INDEX_LABEL;
|
||||
REPLY_MACRO2_END (VL_API_LCP_ITF_PAIR_ADD_DEL_V2_REPLY,
|
||||
{ rmp->host_sw_if_index = ntohl (host_sw_if_index); });
|
||||
{ rmp->host_sw_if_index = host_sw_if_index; });
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user