diff options
author | Vengada <venggovi@cisco.com> | 2017-03-21 01:04:46 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-03-22 07:20:55 +0000 |
commit | cacdea3bb9be44a468795c04bb468d2cfb321d76 (patch) | |
tree | 25137b291bdc006769b4361e33676fb1e4daf4c5 /src/plugins/ioam/export-common | |
parent | d2a59bed1e6b368a46608fd8ff631b770af8805f (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-common')
-rw-r--r-- | src/plugins/ioam/export-common/ioam_export.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/ioam/export-common/ioam_export.h b/src/plugins/ioam/export-common/ioam_export.h index dd48a93b36b..2bf3fd5400b 100644 --- a/src/plugins/ioam/export-common/ioam_export.h +++ b/src/plugins/ioam/export-common/ioam_export.h @@ -76,11 +76,6 @@ typedef struct u32 export_process_node_index; } ioam_export_main_t; -extern ioam_export_main_t ioam_export_main; -extern ioam_export_main_t vxlan_gpe_ioam_export_main; - -extern vlib_node_registration_t export_node; -extern vlib_node_registration_t vxlan_export_node; #define DEFAULT_EXPORT_SIZE (3 * CLIB_CACHE_LINE_BYTES) /* |