Add support for iOAM (sub-TLV) over NSH-MD2. iOAM trace 36/5736/4
authorVengada <[email protected]>
Tue, 14 Mar 2017 06:43:58 +0000 (23:43 -0700)
committerVengada <[email protected]>
Wed, 15 Mar 2017 06:20:32 +0000 (23:20 -0700)
commitf126e1c375fb63ba6ae8121dce3ea86bc6cf1809
treee790a4586309937f52f265650992c0e63ab7c823
parenta865240bfc157e06699319e39251e3653ca205f5
Add support for iOAM (sub-TLV) over NSH-MD2. iOAM trace
records are carried as MD2 TLV data.

Change-Id: Id6fe6c961aa3879df5ae476f13b0e39bcc6c0dfe
Signed-off-by: Vengada <[email protected]>
nsh-plugin/Makefile.am
nsh-plugin/nsh-md2-ioam/md2_ioam_transit.c [new file with mode: 0644]
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c [new file with mode: 0644]
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.h [new file with mode: 0644]
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam_api.c [new file with mode: 0644]
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam_trace.c [new file with mode: 0644]
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam_util.h [new file with mode: 0644]
nsh-plugin/nsh/nsh.c