FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
vl_api_ip_probe_neighbor_t Struct Reference

IP probe neighbor address on an interface by sending an ARP request (for IP4) or ICMP6 Neighbor Solicitation (for IP6) More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u8 dst_address [16]
 
u8 is_ipv6
 

Detailed Description

IP probe neighbor address on an interface by sending an ARP request (for IP4) or ICMP6 Neighbor Solicitation (for IP6)

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- interface index
dst_address- target IP address to send IP addr resolution request
is_ipv6- [1|0] to indicate if address family is IPv[6|4]

Definition at line 754 of file ip.api.

Field Documentation

u32 vl_api_ip_probe_neighbor_t::client_index

Definition at line 756 of file ip.api.

u32 vl_api_ip_probe_neighbor_t::context

Definition at line 757 of file ip.api.

u8 vl_api_ip_probe_neighbor_t::dst_address[16]

Definition at line 759 of file ip.api.

u8 vl_api_ip_probe_neighbor_t::is_ipv6

Definition at line 760 of file ip.api.

u32 vl_api_ip_probe_neighbor_t::sw_if_index

Definition at line 758 of file ip.api.


The documentation for this struct was generated from the following file: