Implement ip_probe_neighbor API 73/11773/2
authorJohn Lo <loj@cisco.com>
Fri, 13 Apr 2018 20:46:22 +0000 (16:46 -0400)
committerNeale Ranns <nranns@cisco.com>
Mon, 16 Apr 2018 13:39:58 +0000 (13:39 +0000)
Add API support similar to VPP CLI "ip probe-neighbor" except API
call is asynch and will not wait, as the CLI does, for address
resolution of probed neighbor. The API client can use the APIs
want_ip4_arp_events or want_ip6_nd_events to get notified of the
desired address resolution event.

Change-Id: Ieab58abe75b5cc7f5185b3b91418b6362f8992d3
Signed-off-by: John Lo <loj@cisco.com>

No differences found