diff options
author | Neale Ranns <neale@graphiant.com> | 2021-07-16 14:00:16 +0000 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2022-08-09 14:17:46 +0000 |
commit | fd2417b2a42e34062e3d07875e5c4e11922513d5 (patch) | |
tree | eec1ea914c259f685e2bca897e5853faec9339c1 /src/vnet/ip-neighbor/ip_neighbor.h | |
parent | 896b184b781a09ce5cefb94c471029c6a8d025aa (diff) |
ip-neighbor: ARP and ND stats per-interface.
Type: feature
stats of the like from:
https://datatracker.ietf.org/doc/html/draft-ietf-rtgwg-arp-yang-model-03#section-4
Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: Icb1bf4f6f7e6ccc2f44b0008d4774b61cae96184
Diffstat (limited to 'src/vnet/ip-neighbor/ip_neighbor.h')
-rw-r--r-- | src/vnet/ip-neighbor/ip_neighbor.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vnet/ip-neighbor/ip_neighbor.h b/src/vnet/ip-neighbor/ip_neighbor.h index 17028012dfd..8c07df86ba8 100644 --- a/src/vnet/ip-neighbor/ip_neighbor.h +++ b/src/vnet/ip-neighbor/ip_neighbor.h @@ -54,9 +54,9 @@ extern void ip_neighbor_learn (const ip_neighbor_learn_t * l); extern void ip_neighbor_update (vnet_main_t * vnm, adj_index_t ai); extern void ip_neighbor_probe (const ip_adjacency_t * adj); -extern void ip_neighbor_probe_dst (u32 sw_if_index, +extern void ip_neighbor_probe_dst (u32 sw_if_index, u32 thread_index, ip_address_family_t af, - const ip46_address_t * ip); + const ip46_address_t *ip); extern void ip_neighbor_mark (ip_address_family_t af); extern void ip_neighbor_sweep (ip_address_family_t af); @@ -112,7 +112,6 @@ typedef struct ip_neighbor_vft_t_ extern void ip_neighbor_register (ip_address_family_t af, const ip_neighbor_vft_t * vft); - #endif /* __INCLUDE_IP_NEIGHBOR_H__ */ /* |