From: Dave Barach Date: Tue, 14 Apr 2020 13:52:26 +0000 (-0400) Subject: vat: fix socket connection X-Git-Tag: v20.09-rc0~214 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=69eeadc03f30c9fb3fe1bb7e2eeb6b04d1bcc596;hp=69eeadc03f30c9fb3fe1bb7e2eeb6b04d1bcc596;p=vpp.git vat: fix socket connection vat_socket_connect(...) needs to set the api main client index. The M2 helper macro needed to allocate a buffer of size sizeof(*mp) + n, not sizeof(*mp). Type: fix Signed-off-by: Dave Barach Change-Id: I7abf35d2ba045d82765bd27f88899287fd351602 ---