X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmfib%2Fip6_mfib.c;h=6b3b8d90fbe052ea09a34b4beccdec0fff10fd8f;hb=f50bac1bb25b02d7f086627c4c0a0709ee0f61d5;hp=690f4ed9dfdb46770d7ddd6a90c322322e5f3055;hpb=77cfc0171da0fa2b305378731a5fefd659d8947d;p=vpp.git diff --git a/src/vnet/mfib/ip6_mfib.c b/src/vnet/mfib/ip6_mfib.c index 690f4ed9dfd..6b3b8d90fbe 100644 --- a/src/vnet/mfib/ip6_mfib.c +++ b/src/vnet/mfib/ip6_mfib.c @@ -609,7 +609,7 @@ typedef struct ip6_mfib_walk_ctx_t_ void *i6w_ctx; } ip6_mfib_walk_ctx_t; -static void +static int ip6_mfib_walk_cb (clib_bihash_kv_40_8_t * kvp, void *arg) { @@ -619,6 +619,7 @@ ip6_mfib_walk_cb (clib_bihash_kv_40_8_t * kvp, { ctx->i6w_fn(kvp->value, ctx->i6w_ctx); } + return (BIHASH_WALK_CONTINUE); } void