From de95d2924fc422a8105b87fb07982698c3f4cb1a 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 --- ioam/api/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 ioam/api/pom.xml (limited to 'ioam/api/pom.xml') diff --git a/ioam/api/pom.xml b/ioam/api/pom.xml new file mode 100644 index 000000000..ebdadea05 --- /dev/null +++ b/ioam/api/pom.xml @@ -0,0 +1,38 @@ + + + + + io.fd.honeycomb.common + api-parent + 1.16.12-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.honeycomb.vppioam + vppioam-api + ${project.artifactId} + 1.16.12-SNAPSHOT + bundle + + + + org.opendaylight.mdsal.model + ietf-interfaces + + + -- cgit 1.2.3-korg