From 3bad8b62d87513c5f4004c3172551c8785c78e65 Mon Sep 17 00:00:00 2001 From: Stanislav Zaikin Date: Mon, 25 Apr 2022 19:11:36 +0200 Subject: linux-cp: sync addr and neigh only for lcp interfaces Type: fix Signed-off-by: Stanislav Zaikin Change-Id: I792467b73449074e59c4232b1f82d134c399624c --- src/vnet/ip-neighbor/ip_neighbor.h | 1 + 1 file changed, 1 insertion(+) (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 064569b56ce..17028012dfd 100644 --- a/src/vnet/ip-neighbor/ip_neighbor.h +++ b/src/vnet/ip-neighbor/ip_neighbor.h @@ -60,6 +60,7 @@ extern void ip_neighbor_probe_dst (u32 sw_if_index, extern void ip_neighbor_mark (ip_address_family_t af); extern void ip_neighbor_sweep (ip_address_family_t af); +extern walk_rc_t ip_neighbor_mark_one (index_t ipni, void *ctx); /** * From the watcher to the API to publish a new neighbor -- cgit 1.2.3-korg