From: Damjan Marion Date: Thu, 16 Feb 2017 19:24:09 +0000 (+0100) Subject: ioam: declare export_node instead of defining it in header file X-Git-Tag: v17.04-rc1~210 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F5405%2F2;p=vpp.git ioam: declare export_node instead of defining it in header file Change-Id: Ib1760312df759c29a2c2220e7b783af311d91d1a Signed-off-by: Damjan Marion --- 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 */