From e83f0e1d6451c96ef9850b4a8b058c4b5c307617 Mon Sep 17 00:00:00 2001 From: Srihari Raghavan Date: Thu, 27 Oct 2016 15:23:36 +0530 Subject: 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 --- vpp-integration/minimal-distribution/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'vpp-integration') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 0f504ec70..83fee5689 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -35,14 +35,17 @@ 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT + 1.16.12-SNAPSHOT io.fd.honeycomb.vpp.common.integration.VppCommonModule, io.fd.honeycomb.lisp.LispModule, io.fd.honeycomb.translate.v3po.V3poModule, io.fd.honeycomb.nat.NatModule, - // io.fd.honeycomb.vppnsh.impl.VppNshModule + // io.fd.honeycomb.vppnsh.impl.VppNshModule, + //io.fd.honeycomb.vppioam.impl.VppIoamModule + @@ -95,5 +98,10 @@ nat2vpp ${nat.version} + + io.fd.honeycomb.vppioam + vppioam-impl + ${ioam.version} + -- cgit 1.2.3-korg