diff options
author | Neale Ranns <nranns@cisco.com> | 2020-04-02 17:08:28 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-04-23 08:15:39 +0000 |
commit | c87fbb417a580bf8e93d0176dba6a90b3cd6a787 (patch) | |
tree | a412c1c9afb4f8728632164d731f1adf67bfd6d3 /src/vnet/ip-neighbor/ip_neighbor.h | |
parent | c17ff6ec3b69ef228047bf346e0b524c48d2c96e (diff) |
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 <nranns@cisco.com>
Change-Id: I54ab06e11552219e2a18e1b4a87d531321cf3829
Diffstat (limited to 'src/vnet/ip-neighbor/ip_neighbor.h')
-rw-r--r-- | src/vnet/ip-neighbor/ip_neighbor.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |