FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Tell client about an IP4 ARP resolution event or MAC/IP info from ARP requests in L2 BDs. More...
Data Fields | |
u32 | client_index |
u32 | pid |
vl_api_address_t | ip |
vl_api_interface_index_t | sw_if_index |
vl_api_mac_address_t | mac |
Tell client about an IP4 ARP resolution event or MAC/IP info from ARP requests in L2 BDs.
client_index | - opaque cookie to identify the sender |
pid | - client pid registered to receive notification |
ip | - IP address of new ARP term entry |
sw_if_index | - interface of new ARP term entry |
mac | - MAC address of new ARP term entry |
vl_api_interface_index_t vl_api_l2_arp_term_event_t::sw_if_index |