diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/ioam/export/ioam_export.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |