X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fvxlan%2Fdecap.c;fp=src%2Fvnet%2Fvxlan%2Fdecap.c;h=f5d1efa2b860fbeb86e457a96ef4c571c87a6a02;hb=8bd4db5996ba1144f659ea5341f1c2727c650bcd;hp=729293fb3e5ee4c8fcaae1d7c85757b7fc53f2e0;hpb=dd2eff6d060c787e4a49863c9b97bde7215f7740;p=vpp.git diff --git a/src/vnet/vxlan/decap.c b/src/plugins/vxlan/decap.c similarity index 99% rename from src/vnet/vxlan/decap.c rename to src/plugins/vxlan/decap.c index 729293fb3e5..f5d1efa2b86 100644 --- a/src/vnet/vxlan/decap.c +++ b/src/plugins/vxlan/decap.c @@ -16,12 +16,12 @@ */ #include -#include +#include #include #ifndef CLIB_MARCH_VARIANT -vlib_node_registration_t vxlan4_input_node; -vlib_node_registration_t vxlan6_input_node; +__clib_export vlib_node_registration_t vxlan4_input_node; +__clib_export vlib_node_registration_t vxlan6_input_node; #endif typedef struct @@ -408,7 +408,7 @@ VLIB_NODE_FN (vxlan6_input_node) (vlib_main_t * vm, static char *vxlan_error_strings[] = { #define vxlan_error(n,s) s, -#include +#include #undef vxlan_error };