diff options
Diffstat (limited to 'src/vpp-api/vom/l2_emulation_cmds.cpp')
-rw-r--r-- | src/vpp-api/vom/l2_emulation_cmds.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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()); |