summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2019-01-25 08:39:04 +0100
committerDamjan Marion <dmarion@me.com>2019-01-25 20:51:37 +0000
commit1aaf0e343b25cc72fea4e1f1a23f83e82b6457cb (patch)
treebc96d583d176f810d06125b913a67b5ea9bfd41f /extras
parent514e59dfea2b0cfcbb333e324e6246a2f113ab1d (diff)
deprecate tapcli
Change-Id: I82dceaa27a7b0c96de077cf283e4f64aa426f271 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/vom/vom/gbp_vxlan_cmds.cpp2
-rw-r--r--extras/vom/vom/interface_cmds.hpp1
-rw-r--r--extras/vom/vom/interface_factory.hpp1
-rw-r--r--extras/vom/vom/tap_interface_cmds.cpp2
-rw-r--r--extras/vom/vom/tap_interface_cmds.hpp1
5 files changed, 0 insertions, 7 deletions
diff --git a/extras/vom/vom/gbp_vxlan_cmds.cpp b/extras/vom/vom/gbp_vxlan_cmds.cpp
index 90a77fbb896..a3565902b5d 100644
--- a/extras/vom/vom/gbp_vxlan_cmds.cpp
+++ b/extras/vom/vom/gbp_vxlan_cmds.cpp
@@ -15,8 +15,6 @@
#include "vom/gbp_vxlan_cmds.hpp"
-#include <vapi/tap.api.vapi.hpp>
-
namespace VOM {
namespace gbp_vxlan_cmds {
create_cmd::create_cmd(HW::item<handle_t>& item,
diff --git a/extras/vom/vom/interface_cmds.hpp b/extras/vom/vom/interface_cmds.hpp
index 13a47e6a6d7..218d4b083d1 100644
--- a/extras/vom/vom/interface_cmds.hpp
+++ b/extras/vom/vom/interface_cmds.hpp
@@ -25,7 +25,6 @@
#include <vapi/af_packet.api.vapi.hpp>
#include <vapi/interface.api.vapi.hpp>
-#include <vapi/tap.api.vapi.hpp>
#include <vapi/vhost_user.api.vapi.hpp>
#include <vapi/vpe.api.vapi.hpp>
diff --git a/extras/vom/vom/interface_factory.hpp b/extras/vom/vom/interface_factory.hpp
index c90c7942c52..fef2b638c18 100644
--- a/extras/vom/vom/interface_factory.hpp
+++ b/extras/vom/vom/interface_factory.hpp
@@ -28,7 +28,6 @@
#include <vapi/bond.api.vapi.hpp>
#include <vapi/interface.api.vapi.hpp>
#include <vapi/pipe.api.vapi.hpp>
-#include <vapi/tap.api.vapi.hpp>
#include <vapi/tapv2.api.vapi.hpp>
#include <vapi/vhost_user.api.vapi.hpp>
diff --git a/extras/vom/vom/tap_interface_cmds.cpp b/extras/vom/vom/tap_interface_cmds.cpp
index ffe3e97ba0c..1d16aff217e 100644
--- a/extras/vom/vom/tap_interface_cmds.cpp
+++ b/extras/vom/vom/tap_interface_cmds.cpp
@@ -15,10 +15,8 @@
#include "vom/tap_interface_cmds.hpp"
-#include <vapi/tap.api.vapi.hpp>
#include <vapi/tapv2.api.vapi.hpp>
-DEFINE_VAPI_MSG_IDS_TAP_API_JSON;
DEFINE_VAPI_MSG_IDS_TAPV2_API_JSON;
namespace VOM {
diff --git a/extras/vom/vom/tap_interface_cmds.hpp b/extras/vom/vom/tap_interface_cmds.hpp
index 84720fa3f8e..386dafaa648 100644
--- a/extras/vom/vom/tap_interface_cmds.hpp
+++ b/extras/vom/vom/tap_interface_cmds.hpp
@@ -22,7 +22,6 @@
#include "vom/rpc_cmd.hpp"
#include <vapi/interface.api.vapi.hpp>
-#include <vapi/tap.api.vapi.hpp>
#include <vapi/tapv2.api.vapi.hpp>
namespace VOM {