From 3ebebc3a2fe47f1222ba035e04ccd8caed0cf58f Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 18 Feb 2020 13:56:24 +0000 Subject: fib: adjacency midchain teardown (VPP-1841) Type: fix Change-Id: I57f8bfbce4feed9d2775875cb8b1b729a47900a4 Signed-off-by: Neale Ranns (cherry picked from commit 24064d02aa9810ebc64c16dc778a179bb0ef5483) --- src/vnet/adj/adj_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/adj/adj_internal.h') 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); -- cgit 1.2.3-korg