diff options
author | Srihari Raghavan <srihari@cisco.com> | 2016-10-27 15:23:36 +0530 |
---|---|---|
committer | Srihari Raghavan <srihari@cisco.com> | 2016-11-03 18:26:00 +0530 |
commit | e83f0e1d6451c96ef9850b4a8b058c4b5c307617 (patch) | |
tree | a13b6175ba62b510ea7a3b4de6ea7447dbe8931d /packaging/deb/xenial | |
parent | 096e3e9a8b66970ed0b4a0e7f45dbd349902b20d (diff) |
HONEYCOMB-257 - Honeycomb support for in-band OAM (iOAM) path tracing
- Add iOAM module to handle configuration for the iOAM trace VPP plugin
- Add iOAM module test to verify add/delete configurations
- Reader/Initializers for future, dependent on https://gerrit.fd.io/r/3387
Change-Id: I557604a955771c139165aed7cd9e5716abbac3d1
Signed-off-by: Srihari Raghavan <srihari@cisco.com>
Diffstat (limited to 'packaging/deb/xenial')
-rw-r--r-- | packaging/deb/xenial/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/deb/xenial/debian/control b/packaging/deb/xenial/debian/control index d24f243bd..22ed1774e 100644 --- a/packaging/deb/xenial/debian/control +++ b/packaging/deb/xenial/debian/control @@ -10,5 +10,5 @@ Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/ Package: honeycomb Architecture: all Depends: vpp, vpp-plugins, openjdk-8-jdk | openjdk-8-jre -Suggests: vpp-nsh-plugin +Suggests: vpp-nsh-plugin, vpp-ioam-plugin Description: Honeycomb agent for VPP |