summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/vxlan_tunnel_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/vxlan_tunnel_cmds.cpp')
-rw-r--r--extras/vom/vom/vxlan_tunnel_cmds.cpp3
1 files changed, 2 insertions, 1 deletions
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());
}