X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Fl2_emulation.cpp;h=75e3bffb2ec8202216b5bf27fb0519b75869f9c2;hb=bc27d1be24815e1371dcce3bff2d3075a532acba;hp=2a2757616be1f300673a326251dd67e66b8ab488;hpb=ef56fae51a8683ec6ceeb01e1374cde2ba30c1e5;p=vpp.git diff --git a/src/vpp-api/vom/l2_emulation.cpp b/src/vpp-api/vom/l2_emulation.cpp index 2a2757616be..75e3bffb2ec 100644 --- a/src/vpp-api/vom/l2_emulation.cpp +++ b/src/vpp-api/vom/l2_emulation.cpp @@ -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())); } }