X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj_internal.h;h=c4dda51324c750a7f078bed3a75c3b38c385b6f1;hb=3ebebc3a2fe47f1222ba035e04ccd8caed0cf58f;hp=adb7a32375dd9781ed3ccfc6620317d87008cee1;hpb=98301bd5603ce691d809759ec444641953cb5caa;p=vpp.git diff --git a/src/vnet/adj/adj_internal.h b/src/vnet/adj/adj_internal.h index adb7a32375d..c4dda51324c 100644 --- a/src/vnet/adj/adj_internal.h +++ b/src/vnet/adj/adj_internal.h @@ -124,6 +124,7 @@ extern void adj_glean_remove(fib_protocol_t proto, u32 sw_if_index); extern void adj_mcast_remove(fib_protocol_t proto, u32 sw_if_index); +extern void adj_midchain_teardown(ip_adjacency_t *adj); extern u32 adj_dpo_get_urpf(const dpo_id_t *dpo);