X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2Fgtpu%2Fgtpu_api.c;fp=src%2Fplugins%2Fgtpu%2Fgtpu_api.c;h=4efd9ac3bba0c29d7817a42618f64f88543bab0f;hb=c3148b1be8f519c80c4417c21b978dfef72b351b;hp=1cc9fab6cd29375f50fa327fc6c75171df782584;hpb=e2ed59933153d665ee43add2de03a581627b73fa;p=vpp.git diff --git a/src/plugins/gtpu/gtpu_api.c b/src/plugins/gtpu/gtpu_api.c index 1cc9fab6cd2..4efd9ac3bba 100644 --- a/src/plugins/gtpu/gtpu_api.c +++ b/src/plugins/gtpu/gtpu_api.c @@ -300,12 +300,10 @@ vl_api_gtpu_tunnel_dump_t_handler (vl_api_gtpu_tunnel_dump_t * mp) if (~0 == sw_if_index) { - /* *INDENT-OFF* */ pool_foreach (t, gtm->tunnels) { send_gtpu_tunnel_details(t, reg, mp->context); } - /* *INDENT-ON* */ } else {