aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/tap_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/tap_interface.cpp')
-rw-r--r--src/vpp-api/vom/tap_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/tap_interface.cpp b/src/vpp-api/vom/tap_interface.cpp
index 1f85ca11507..d7f16f5c132 100644
--- a/src/vpp-api/vom/tap_interface.cpp
+++ b/src/vpp-api/vom/tap_interface.cpp
@@ -125,7 +125,7 @@ tap_interface::event_handler::event_handler()
void
tap_interface::event_handler::handle_replay()
{
- m_db.replay();
+ // It will be replayed by interface handler
}
dependency_t