X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Fl2_emulation.cpp;h=4eedd95e1fc5b0c4efc2c8f422344131bc09db89;hb=0bbe57636732d1eade17c3fe881864d33451cf11;hp=75e3bffb2ec8202216b5bf27fb0519b75869f9c2;hpb=7b0b9612eebd0cd5c25f1c4e032638b16f1ee39b;p=vpp.git diff --git a/src/vpp-api/vom/l2_emulation.cpp b/src/vpp-api/vom/l2_emulation.cpp index 75e3bffb2ec..4eedd95e1fc 100644 --- a/src/vpp-api/vom/l2_emulation.cpp +++ b/src/vpp-api/vom/l2_emulation.cpp @@ -62,7 +62,7 @@ l2_emulation::sweep() { if (m_emulation && handle_t::INVALID != m_itf->handle()) { HW::enqueue( - new l2_emulation_cmds::enable_cmd(m_emulation, m_itf->handle())); + new l2_emulation_cmds::disable_cmd(m_emulation, m_itf->handle())); } // no need to undo the VTR operation.