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)
commitc7b430406cb572e318c5b7b805fd98bdae0d680a
treec084d15c706999656cb236cfa27275019e65a941
parent5c9083d52646153bdc917a7ae37da696d864ad1c
Implement ip_probe_neighbor API

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>
src/vat/api_format.c
src/vnet/ip/ip.api
src/vnet/ip/ip_api.c
src/vpp/api/custom_dump.c