X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp_vxlan.c;fp=src%2Fplugins%2Fgbp%2Fgbp_vxlan.c;h=77e4d7ac11b74662f70b20fc125652eba415c403;hb=447d55b86c3cff97c57c6b6c44cedb53667da397;hp=d3da2b53949797b6682132f4d5d24850c9845e2b;hpb=b552ff2e939b8c058c4f11b311b932c4f198cb89;p=vpp.git diff --git a/src/plugins/gbp/gbp_vxlan.c b/src/plugins/gbp/gbp_vxlan.c index d3da2b53949..77e4d7ac11b 100644 --- a/src/plugins/gbp/gbp_vxlan.c +++ b/src/plugins/gbp/gbp_vxlan.c @@ -25,7 +25,7 @@ /** * A reference to a VXLAN-GBP tunnel created as a child/dependent tunnel - * of the tempplate GBP-VXLAN tunnel + * of the template GBP-VXLAN tunnel */ typedef struct vxlan_tunnel_ref_t_ { @@ -72,7 +72,7 @@ static vlib_punt_hdl_t punt_hdl; static char *gbp_vxlan_tunnel_layer_strings[] = { #define _(n,s) [GBP_VXLAN_TUN_##n] = s, - forecah_gbp_vxlan_tunnel_layer + foreach_gbp_vxlan_tunnel_layer #undef _ };