summaryrefslogtreecommitdiffstats
path: root/packaging
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
commitde95d2924fc422a8105b87fb07982698c3f4cb1a (patch)
tree07283af2ff19011fec09540bcf2b3135e96a3d0a /packaging
parent4540c478f501f2a994100ca90fc7a667c3ae8e79 (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')
-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