![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
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 |
IP probe neighbor address on an interface by sending an ARP request (for IP4) or ICMP6 Neighbor Solicitation (for IP6)
| 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] |