aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/l2_emulation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/l2_emulation.cpp')
-rw-r--r--src/vpp-api/vom/l2_emulation.cpp2
1 files changed, 1 insertions, 1 deletions
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.