FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_ip4_arp_event_t Struct Reference

Tell client about an IP4 ARP resolution event or MAC/IP info from ARP requests in L2 BDs. More...

Data Fields

u32 client_index
 
vl_api_ip4_address_t ip
 
u32 pid
 
u32 sw_if_index
 
vl_api_mac_address_t mac
 
u8 mac_ip
 

Detailed Description

Tell client about an IP4 ARP resolution event or MAC/IP info from ARP requests in L2 BDs.

Template Parameters
client_index- opaque cookie to identify the sender
ip- the exact ip4 address of interest
pid- client pid registered to receive notification
sw_if_index- interface which received ARP packet
mac- the new mac address
mac_ip- 0: ARP resolution event, 1: MAC/IP info from L2 BDs

Definition at line 767 of file ip.api.

Field Documentation

◆ client_index

u32 vl_api_ip4_arp_event_t::client_index

Definition at line 769 of file ip.api.

◆ ip

vl_api_ip4_address_t vl_api_ip4_arp_event_t::ip

Definition at line 770 of file ip.api.

◆ mac

vl_api_mac_address_t vl_api_ip4_arp_event_t::mac

Definition at line 773 of file ip.api.

◆ mac_ip

u8 vl_api_ip4_arp_event_t::mac_ip

Definition at line 774 of file ip.api.

◆ pid

u32 vl_api_ip4_arp_event_t::pid

Definition at line 771 of file ip.api.

◆ sw_if_index

u32 vl_api_ip4_arp_event_t::sw_if_index

Definition at line 772 of file ip.api.


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