commit | 18e955ea8a90b691294d71c0772770c88fadc062 | [log] [tgz] |
---|---|---|
author | Mohsin Kazmi <sykazmi@cisco.com> | Mon Jan 08 12:58:32 2018 +0100 |
committer | Neale Ranns <nranns@cisco.com> | Mon Jan 22 20:15:36 2018 +0000 |
tree | f3213078f721af7881c979b0d296d63e792c841f | |
parent | 3fca567ff438145e28dd1318ad5b1734c1091257 [diff] [blame] |
vom: Fix connection to VAPI and add disconnect function Change-Id: I2dd5dbafe36e5ae536b3e600beb6920a71238b7a Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
diff --git a/src/vpp-api/vom/tap_interface.cpp b/src/vpp-api/vom/tap_interface.cpp index 1f85ca1..d7f16f5 100644 --- a/src/vpp-api/vom/tap_interface.cpp +++ b/src/vpp-api/vom/tap_interface.cpp
@@ -125,7 +125,7 @@ void tap_interface::event_handler::handle_replay() { - m_db.replay(); + // It will be replayed by interface handler } dependency_t