diff options
author | Shwetha <shwethab@cisco.com> | 2016-06-15 16:34:16 +0100 |
---|---|---|
committer | Ole Trøan <ot@cisco.com> | 2016-06-17 09:43:40 +0000 |
commit | 85b528e093b93e939a63cd76feef4cfa140aac6c (patch) | |
tree | aea920c693e74bbf25ccd7831ab2299de0f3ed5a /vnet/Makefile.am | |
parent | b6e4d3990ed694fd0aeaa2e4a75c1b4602cf0379 (diff) |
VPP-76:APIs for Proof of transit feature added to iOAM
Moved Proof of Transit utility as a plugin
Moved Proof of Transit option as a plugin
Change-Id: Idc9897205eb8ec80c5dea47b428e6209ac938c32
Signed-off-by: Shwetha <shwethab@cisco.com>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index b758c7f1cc9..61a1998a6eb 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -717,16 +717,6 @@ libvnetplugin_la_SOURCES += \ nobase_include_HEADERS += \ vnet/plugin/plugin.h -######################################## -# Service Chain verification util -######################################## -libvnet_la_SOURCES += \ - vnet/lib-scv/scv_util.c - -nobase_include_HEADERS += \ - vnet/lib-scv/scv_util.h \ - vnet/lib-scv/math64.h - lib_LTLIBRARIES = libvnet.la libvnetplugin.la dpdk_libs = |