summaryrefslogtreecommitdiffstats
path: root/packaging/deb
diff options
context:
space:
mode:
authorSrihari Raghavan <srihari@cisco.com>2016-10-27 15:23:36 +0530
committerSrihari Raghavan <srihari@cisco.com>2016-11-03 18:26:00 +0530
commite83f0e1d6451c96ef9850b4a8b058c4b5c307617 (patch)
treea13b6175ba62b510ea7a3b4de6ea7447dbe8931d /packaging/deb
parent096e3e9a8b66970ed0b4a0e7f45dbd349902b20d (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')
-rw-r--r--packaging/deb/trusty/debian/control2
-rw-r--r--packaging/deb/xenial/debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/deb/trusty/debian/control b/packaging/deb/trusty/debian/control
index 6e705e122..d84f7d98b 100644
--- a/packaging/deb/trusty/debian/control
+++ b/packaging/deb/trusty/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
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