X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Fl2_emulation_cmds.cpp;h=27f848301918db15dea89846b287b3647e95d4fb;hb=bc27d1be24815e1371dcce3bff2d3075a532acba;hp=07107d6ff587c8f8442bbead2b43d5b76ed5fb8a;hpb=ef56fae51a8683ec6ceeb01e1374cde2ba30c1e5;p=vpp.git diff --git a/src/vpp-api/vom/l2_emulation_cmds.cpp b/src/vpp-api/vom/l2_emulation_cmds.cpp index 07107d6ff58..27f84830191 100644 --- a/src/vpp-api/vom/l2_emulation_cmds.cpp +++ b/src/vpp-api/vom/l2_emulation_cmds.cpp @@ -51,7 +51,7 @@ std::string enable_cmd::to_string() const { std::ostringstream s; - s << "L2-emulation: " << m_hw_item.to_string() + s << "L2-emulation-enable: " << m_hw_item.to_string() << " itf:" << m_itf.to_string(); return (s.str()); @@ -89,7 +89,7 @@ std::string disable_cmd::to_string() const { std::ostringstream s; - s << "L2-emulation: " << m_hw_item.to_string() + s << "L2-emulation-disable: " << m_hw_item.to_string() << " itf:" << m_itf.to_string(); return (s.str());