summaryrefslogtreecommitdiffstats
path: root/src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c
diff options
context:
space:
mode:
authorVengada <venggovi@cisco.com>2017-03-21 01:04:46 -0700
committerNeale Ranns <nranns@cisco.com>2017-03-22 07:20:55 +0000
commitcacdea3bb9be44a468795c04bb468d2cfb321d76 (patch)
tree25137b291bdc006769b4361e33676fb1e4daf4c5 /src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c
parentd2a59bed1e6b368a46608fd8ff631b770af8805f (diff)
Initial draft of VPP changes to cleanup iOAM export.
This is needed for iOAM export for NSH. Change-Id: I702934b2cde8b1c07ec5c299d5fcd98dce94c62c Signed-off-by: Vengada <venggovi@cisco.com>
Diffstat (limited to 'src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c')
-rw-r--r--src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c b/src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c
index b703b8d04af..cef60903559 100644
--- a/src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c
+++ b/src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.c
@@ -61,6 +61,7 @@
_(VXLAN_GPE_IOAM_EXPORT_ENABLE_DISABLE, vxlan_gpe_ioam_export_enable_disable)
ioam_export_main_t vxlan_gpe_ioam_export_main;
+extern vlib_node_registration_t vxlan_export_node;
extern void vxlan_gpe_set_next_override (uword next);
/* Action function shared between message handler and debug CLI */