From c87fbb417a580bf8e93d0176dba6a90b3cd6a787 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 2 Apr 2020 17:08:28 +0000 Subject: ip-neighbor: Replace feature for the ip-neighbor data-base Type: feature DB replace is implemented with a mark and sweep algorithm (just the the FIB) Signed-off-by: Neale Ranns Change-Id: I54ab06e11552219e2a18e1b4a87d531321cf3829 --- src/vnet/ip-neighbor/ip_neighbor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vnet/ip-neighbor/ip_neighbor.h') diff --git a/src/vnet/ip-neighbor/ip_neighbor.h b/src/vnet/ip-neighbor/ip_neighbor.h index cb384c5e240..8769fd5efd7 100644 --- a/src/vnet/ip-neighbor/ip_neighbor.h +++ b/src/vnet/ip-neighbor/ip_neighbor.h @@ -62,6 +62,9 @@ extern void ip_neighbor_probe (const ip_adjacency_t * adj); extern void ip_neighbor_probe_dst (const ip_adjacency_t * adj, const ip46_address_t * ip); +extern void ip_neighbor_mark (ip46_type_t type); +extern void ip_neighbor_sweep (ip46_type_t type); + /** * From the watcher to the API to publish a new neighbor */ -- cgit 1.2.3-korg