From 7be8a882cbc4404b4cc10758305d7a40be079732 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 16 Feb 2017 20:24:09 +0100 Subject: ioam: declare export_node instead of defining it in header file Change-Id: Ib1760312df759c29a2c2220e7b783af311d91d1a Signed-off-by: Damjan Marion --- src/plugins/ioam/export/ioam_export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/ioam/export') diff --git a/src/plugins/ioam/export/ioam_export.c b/src/plugins/ioam/export/ioam_export.c index 1112ce4f66d..eeeb9738836 100644 --- a/src/plugins/ioam/export/ioam_export.c +++ b/src/plugins/ioam/export/ioam_export.c @@ -83,7 +83,7 @@ _(IOAM_EXPORT_IP6_ENABLE_DISABLE, ioam_export_ip6_enable_disable) ioam_export_main_t ioam_export_main; -vlib_node_registration_t export_node; +extern vlib_node_registration_t export_node; /* Action function shared between message handler and debug CLI */ -- cgit 1.2.3-korg