X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_vxlan.c;h=2b264f813ed41a2b3fa615543361b65cc2689c5d;hb=13a08cc0984496d50722ffb75e2f48c5d84fb9a7;hp=b29fc111131e9374a40099ed9fb1b65c9979640d;hpb=93cc3ee3b3a9c9224a1446625882205f3282a949;p=vpp.git diff --git a/src/plugins/gbp/gbp_vxlan.c b/src/plugins/gbp/gbp_vxlan.c index b29fc111131..2b264f813ed 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 _ }; @@ -781,7 +781,7 @@ gbp_vxlan_tunnel_del (u32 vni) GBP_VXLAN_TUN_DBG ("del: %U", format_gbp_vxlan_tunnel, gt - gbp_vxlan_tunnel_pool); - gbp_endpoint_flush (gt->gt_sw_if_index); + gbp_endpoint_flush (GBP_ENDPOINT_SRC_DP, gt->gt_sw_if_index); ASSERT (0 == vec_len (gt->gt_tuns)); vec_free (gt->gt_tuns);