From: Neale Ranns Date: Fri, 9 Nov 2018 14:45:21 +0000 (-0800) Subject: GBP: Fix error-strings array in gbp-vxlan4 X-Git-Tag: v19.04-rc0~419 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=46eecfdb9d25e0370afb705ec1691f501be32eb2 GBP: Fix error-strings array in gbp-vxlan4 Change-Id: I36c2fa33cdc1db9a6af9b48c99e281abd8af1b6e Signed-off-by: Neale Ranns --- diff --git a/src/plugins/gbp/gbp_vxlan.c b/src/plugins/gbp/gbp_vxlan.c index b29fc111131..7464ccf2332 100644 --- a/src/plugins/gbp/gbp_vxlan.c +++ b/src/plugins/gbp/gbp_vxlan.c @@ -337,7 +337,7 @@ typedef enum } gbp_vxlan_input_error_t; static char *gbp_vxlan_error_strings[] = { -#define _(n,s) s +#define _(n,s) s, foreach_gbp_vxlan_error #undef _ };