diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2018-01-08 12:58:32 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-01-22 20:15:36 +0000 |
commit | 18e955ea8a90b691294d71c0772770c88fadc062 (patch) | |
tree | f3213078f721af7881c979b0d296d63e792c841f /src/vpp-api/vom/tap_interface.cpp | |
parent | 3fca567ff438145e28dd1318ad5b1734c1091257 (diff) |
vom: Fix connection to VAPI and add disconnect function
Change-Id: I2dd5dbafe36e5ae536b3e600beb6920a71238b7a
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/tap_interface.cpp')
-rw-r--r-- | src/vpp-api/vom/tap_interface.cpp | 2 |
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 |