X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_endpoint_cmds.cpp;h=2732d1cc2972dd313343b6ef524d3cc69334c02e;hp=b15b941b12543d03a507ea8b69a6d48416035a08;hb=8006c6a;hpb=02782d6ebd13ce02f2d3facebb54fec3c2137c88 diff --git a/extras/vom/vom/gbp_endpoint_cmds.cpp b/extras/vom/vom/gbp_endpoint_cmds.cpp index b15b941b125..2732d1cc297 100644 --- a/extras/vom/vom/gbp_endpoint_cmds.cpp +++ b/extras/vom/vom/gbp_endpoint_cmds.cpp @@ -56,7 +56,7 @@ create_cmd::issue(connection& con) for (n = 0; n < payload.endpoint.n_ips; n++) { to_api(m_ip_addrs[n], payload.endpoint.ips[n]); } - payload.endpoint.mac = to_api(m_mac); + to_api(m_mac, payload.endpoint.mac); VAPI_CALL(req.execute());