X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Fapi_format.c;h=02e1c8d15176c9729bf6c638a9fa7c662621429c;hb=1bf83b9d9bd9013cd07435c5bf0c5a584906857a;hp=690a15fd97edf36dc4e3d559a0da5126848ee36c;hpb=a420c5e6c163b09eaa12ee352b0757a10cd86f3e;p=vpp.git diff --git a/src/vat/api_format.c b/src/vat/api_format.c index 690a15fd97e..02e1c8d1517 100644 --- a/src/vat/api_format.c +++ b/src/vat/api_format.c @@ -12638,6 +12638,7 @@ api_sw_interface_vhost_user_dump (vat_main_t * vam) /* Get list of vhost-user interfaces */ M (SW_INTERFACE_VHOST_USER_DUMP, mp); + mp->sw_if_index = ntohl (~0); S (mp); /* Use a control ping for synchronization */