X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip6_link.c;h=35b718e6dcbca6ea6f4fa71df7e5d4ac0c3b0538;hb=306c3080d9276d020cee2cb70404a1e7d9032eb0;hp=b73fbe2125f3ad9597a805108bb5f0a0533d07a1;hpb=fca3c6a3aa43c71250b33d0a6755ea1ae4ae2bd1;p=vpp.git diff --git a/src/vnet/ip/ip6_link.c b/src/vnet/ip/ip6_link.c index b73fbe2125f..35b718e6dcb 100644 --- a/src/vnet/ip/ip6_link.c +++ b/src/vnet/ip/ip6_link.c @@ -245,14 +245,12 @@ ip6_link_delegate_flush (ip6_link_t * il) { ip6_link_delegate_t *ild; - /* *INDET-OFF* */ - FOREACH_IP6_LINK_DELEGATE (ild, il, ( - { - il_delegate_vfts[ild-> - ild_type].ildv_disable - (ild->ild_index); - })); - /* *INDET-ON* */ + /* *INDENT-OFF* */ + FOREACH_IP6_LINK_DELEGATE (ild, il, + ({ + il_delegate_vfts[ild->ild_type].ildv_disable(ild->ild_index); + })); + /* *INDENT-ON* */ vec_free (il->il_delegates); il->il_delegates = NULL;