diff options
author | Srihari Raghavan <srihari@cisco.com> | 2016-10-27 15:23:36 +0530 |
---|---|---|
committer | Srihari Raghavan <srihari@cisco.com> | 2016-11-03 18:26:00 +0530 |
commit | de95d2924fc422a8105b87fb07982698c3f4cb1a (patch) | |
tree | 07283af2ff19011fec09540bcf2b3135e96a3d0a /ioam/asciidoc | |
parent | 4540c478f501f2a994100ca90fc7a667c3ae8e79 (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 'ioam/asciidoc')
-rw-r--r-- | ioam/asciidoc/Readme.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
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. |