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 --- ioam/asciidoc/Readme.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ioam/asciidoc/Readme.adoc (limited to 'ioam/asciidoc') diff --git a/ioam/asciidoc/Readme.adoc b/ioam/asciidoc/Readme.adoc new file mode 100644 index 000000000..c0e30bd70 --- /dev/null +++ b/ioam/asciidoc/Readme.adoc @@ -0,0 +1,11 @@ += ioam + +This is a Honeycomb plugin providing mapping code between HC and iOAM Plugin APIs. + +== Usage + +Refer to ioam_postman_collection.json for sample requests. + +In order to make HC iOAM plugin work, need to start vpp and load ioam plugin first. + +At this point in time, iOAM trace plugin configurations are supported. -- cgit 1.2.3-korg