diff options
author | Neale Ranns <nranns@cisco.com> | 2020-02-18 13:56:24 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-02-20 14:01:47 +0000 |
commit | 3ebebc3a2fe47f1222ba035e04ccd8caed0cf58f (patch) | |
tree | 3a42933b2731fba5c94e4ba287b63982d0f7edc5 /src/vnet/adj/adj_internal.h | |
parent | 98301bd5603ce691d809759ec444641953cb5caa (diff) |
fib: adjacency midchain teardown (VPP-1841)
Type: fix
Change-Id: I57f8bfbce4feed9d2775875cb8b1b729a47900a4
Signed-off-by: Neale Ranns <nranns@cisco.com>
(cherry picked from commit 24064d02aa9810ebc64c16dc778a179bb0ef5483)
Diffstat (limited to 'src/vnet/adj/adj_internal.h')
-rw-r--r-- | src/vnet/adj/adj_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |