X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_entry_src_interpose.c;h=af650a92597920b3333a0c50b0ba4daa8c1e49fa;hb=6ede570259a91cd0c34b9faf9fec7e4ec8275200;hp=02db3911dfcbe185bcf679d85d71f9d3ec733ebc;hpb=685001f0abe26bafbc1f27da303019fcbc2cd4b2;p=vpp.git diff --git a/src/vnet/fib/fib_entry_src_interpose.c b/src/vnet/fib/fib_entry_src_interpose.c index 02db3911dfc..af650a92597 100644 --- a/src/vnet/fib/fib_entry_src_interpose.c +++ b/src/vnet/fib/fib_entry_src_interpose.c @@ -207,7 +207,7 @@ fib_entry_src_interpose_deactivate (fib_entry_src_t *src, * there is another source for this entry. activate it so it * can provide forwarding */ - FIB_ENTRY_SRC_VFT_INVOKE(best_src, fesv_deactivate, + FIB_ENTRY_SRC_VFT_INVOKE(fib_entry, best_src, fesv_deactivate, (best_src, fib_entry)); } }