X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fvxlan_tunnel_cmds.cpp;h=24879ce4d45af9dff9362f45cfa2520e0136a761;hb=4079161fd9182a356b7b845d66bc5314ee880715;hp=e45b6046355573b67db4c339963e9001a0575d7b;hpb=0f144378fb636e371fbe42fa6939396d145c0def;p=vpp.git diff --git a/extras/vom/vom/vxlan_tunnel_cmds.cpp b/extras/vom/vom/vxlan_tunnel_cmds.cpp index e45b6046355..24879ce4d45 100644 --- a/extras/vom/vom/vxlan_tunnel_cmds.cpp +++ b/extras/vom/vom/vxlan_tunnel_cmds.cpp @@ -66,7 +66,8 @@ std::string create_cmd::to_string() const { std::ostringstream s; - s << "vxlan-tunnel-create: " << m_hw_item.to_string() << m_ep.to_string(); + s << "vxlan-tunnel-create: " << m_hw_item.to_string() << " " + << m_ep.to_string(); return (s.str()); }