GBP plugin
[vpp.git] / src / vpp-api / vom / l2_emulation.cpp
index 2a27576..75e3bff 100644 (file)
@@ -74,7 +74,7 @@ l2_emulation::replay()
 {
   if (m_emulation && handle_t::INVALID != m_itf->handle()) {
     HW::enqueue(
-      new l2_emulation_cmds::disable_cmd(m_emulation, m_itf->handle()));
+      new l2_emulation_cmds::enable_cmd(m_emulation, m_itf->handle()));
   }
 }