FD.io VPP  v19.01.2-3-gf61a1a8
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 800 of file ip.api.

Field Documentation

u32 vl_api_ip_probe_neighbor_t::client_index

Definition at line 802 of file ip.api.

u32 vl_api_ip_probe_neighbor_t::context

Definition at line 803 of file ip.api.

u8 vl_api_ip_probe_neighbor_t::dst_address[16]

Definition at line 805 of file ip.api.

u8 vl_api_ip_probe_neighbor_t::is_ipv6

Definition at line 806 of file ip.api.

u32 vl_api_ip_probe_neighbor_t::sw_if_index

Definition at line 804 of file ip.api.


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